mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Fix SEL JIT16 compiler
This commit is contained in:
parent
2bb9f73448
commit
795d56c2a7
BIN
PLASMA-BLD2.PO
BIN
PLASMA-BLD2.PO
Binary file not shown.
BIN
PLASMA-SYS2.PO
BIN
PLASMA-SYS2.PO
Binary file not shown.
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user