FInal opcodes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user