From 3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 4 Apr 2020 15:19:43 -0400 Subject: Move, comment, and simplify some macro definitions --- macros/enum.asm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'macros/enum.asm') diff --git a/macros/enum.asm b/macros/enum.asm index 41d1da167..8fe5b5343 100644 --- a/macros/enum.asm +++ b/macros/enum.asm @@ -41,11 +41,3 @@ shift_const: MACRO \1 EQU (1 << const_value) const_value = const_value + 1 ENDM - -; Enumerate strings - -define: MACRO -if !DEF(\1) -\1 EQUS \2 -endc -ENDM -- cgit v1.2.3