1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-20 13:28:56 +00:00

Fix SEL JIT16 compiler

This commit is contained in:
David Schmenk 2018-04-12 17:15:16 -07:00
parent 2bb9f73448
commit 795d56c2a7
4 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -519,7 +519,7 @@ def compiler(defptr)#0
^(bytecode+case) = $FE // Flag as NOP
case++
if not A_IS_TOS
codeptr->0 = $68 // PLA
codeptr->0 = $68; codeptr++ // PLA
fin
repeat
dest = *(bytecode+case)

View File

@ -80,8 +80,6 @@ def calc_binaryop(op)#0
push_val(val1, size1, type1)
end
def parse_constterm
word val
byte size, type
when scan
is OPEN_PAREN_TKN