1 files changed, 0 insertions(+), 3 deletions(-)
M src/main.tal
M src/main.tal => src/main.tal +0 -3
@@ 22,9 22,6 @@
%++ { ADD2 } %-- { SUB2 }
%<< { LTH2 } %>> { GTH2 } %== { EQU2 } %!! { NEQ2 }
-%INC { #01 + } %INC2 { #0001 ++ }
-%INCk { DUP INC } %INC2k { DUP2 INC2 }
-
%DEBUG { ;print-hex JSR2 #0a .Console/write DEO }
%DEBUG2 { SWP ;print-hex JSR2 ;print-hex JSR2 #0a .Console/write DEO }