Parse 'ld hl, sp - <e8>' correctly

Fixes #864
This commit is contained in:
Rangi
2021-04-30 18:00:31 -04:00
committed by Eldred Habert
parent 8e4ba8d2e4
commit ca36422ac9
3 changed files with 15 additions and 5 deletions

View File

@@ -220,6 +220,7 @@ jrlabel:
add sp,$DB
ld [$ABCD],sp
ld hl,sp+$DB
ld hl,sp-$25
ld sp,hl
pop af
@@ -243,8 +244,6 @@ jrlabel:
nop
scf
stop
BYTE = 0
REPT 256
FOR BYTE, 256
stop BYTE
BYTE = BYTE + 1
ENDR

Binary file not shown.