Fix some instructions starting with digits being lexed as numbers
This commit is contained in:
parent
804da393a8
commit
635ae21540
8 changed files with 31 additions and 95 deletions
|
@ -131,7 +131,18 @@ return_call_stack_jump:
|
|||
.std_alu CORE_ALU_GT
|
||||
tlr CORE_REG_A
|
||||
.std_cond_jump loop_strings_1
|
||||
push 40
|
||||
push 2
|
||||
.stack_transfer_alu
|
||||
.std_alu CORE_ALU_ADD
|
||||
tls
|
||||
dbg
|
||||
pop
|
||||
.std_ld
|
||||
tlr CORE_REG_A
|
||||
.std_rset CORE_REG_B, 2
|
||||
.std_alu CORE_ALU_ADD
|
||||
tls
|
||||
dbg
|
||||
push 65456
|
||||
dbg
|
||||
.std_stop
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
." test\n"
|
||||
." jdsafhjfnjfn\n"
|
||||
|
||||
debug drop debug
|
||||
test debug 2+ debug -0x50 debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue