Updated test programs.
Test programs now work correctly with the latest CPU core changes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user