Updated test programs.

Test programs now work correctly with the latest CPU core changes.
This commit is contained in:
Anachronaut
2024-11-20 13:59:40 -05:00
committed by GitHub
parent e763a3e4de
commit 5e854ee7f9
4 changed files with 25 additions and 27 deletions
+5 -9
View File
@@ -2,18 +2,14 @@
#Program
printByteHexTest:
RSTA
INIB 0xFF
CALL printByteHex
printHexTestLoop:
PSHA
INIA 0x00
CALL blankSpace
POPA
INCA
SUB
CCF
CALL printByteHex
BRQ printHexTestend
CALL blankSpace
INCA
DECB
BRC printHexTestend
BRI printHexTestLoop
printHexTestend:
CALL lineFeed