FInal opcodes

This commit is contained in:
2026-08-30 23:02:24 +02:00
parent 1f4390a42b
commit f5672ee9c3
8 changed files with 452 additions and 146 deletions
@@ -118,6 +118,15 @@ NEXT2 inc N2 ; [6] see text
lda #0 ; test passed, so store 0 in ERROR
sta ERROR
DONE
lda #1
cmp ERROR
beq _E
lda #'P'
sta $dc00
jmp _E2
_E lda #'F'
sta $dc00
_E2
end_of_test
; Calculate the actual decimal mode accumulator and flags, the accumulator