Allow forcing the second byte of STOP

Fixes #433
This commit is contained in:
ISSOtm
2020-02-07 10:06:02 +01:00
parent ee34200e5f
commit 9687e6e1dd
3 changed files with 10 additions and 0 deletions

View File

@@ -235,3 +235,8 @@ jrlabel:
nop
scf
stop
BYTE = 0
REPT 256
stop BYTE
BYTE = BYTE + 1
ENDR

Binary file not shown.