1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-03-10 18:42:58 +00:00

No need for SANDBOX anymore. Tests for codeblock on 65802

This commit is contained in:
David Schmenk
2018-03-16 16:36:39 -07:00
parent 010750efed
commit 423ca66fc0
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@@ -1381,9 +1381,8 @@ SEL TYA ; FLATTEN IP
INC IP
CASELP CMP (IP),Y
BEQ +
BVS ++
BMI CASEEND ; CASE VALS IN ASCENDING ORDER, EXIT WHEN LESS
- INY
INY
INY
INY
DEX
@@ -1396,7 +1395,6 @@ CASELP CMP (IP),Y
BRA CASELP
+ INY
BRA BRNCH
++ BPL -
CASEEND TXA ; SKIP REMAINING CASES
ASL
ASL