commit 135d2474e73f3a0a6d02048cb32f4c798244136d parent fed0d13f2d6ccf3e371f02e138267d472fbbd6d3 Author: Henry Wilson <m3henry@googlemail.com> Date: Tue, 1 Aug 2017 19:06:56 +0100 move COMPILE to , Diffstat:
M | compiler.s | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler.s b/compiler.s @@ -18,7 +18,7 @@ verb forth ALLOT set HERE endword -verb forth COMPILE "COMPILE" immediate +verb forth comma "," immediate get HERE do store const 8 @@ -29,7 +29,7 @@ verb forth COMPILE "COMPILE" immediate .ifnb \value const \value .endif - do COMPILE + do comma .endm verb forth compnew "\x3A" # :