Added stuff. Fixed bug.
Data Pointer value now properly displayed in debug mode. Added conditional calls to match conditional branches.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
; Test for the hexadecimal printing routines.
|
||||
|
||||
#Program
|
||||
printByteHexTest:
|
||||
INIB 0xFF
|
||||
CALL printByteHex
|
||||
printHexTestLoop:
|
||||
PSHA
|
||||
INIA 0x00
|
||||
CALL blankSpace
|
||||
POPA
|
||||
INCA
|
||||
SUB
|
||||
CCF
|
||||
CALL printByteHex
|
||||
BRQ printHexTestend
|
||||
BRI printHexTestLoop
|
||||
printHexTestend:
|
||||
CALL lineFeed
|
||||
RET
|
||||
|
||||
#Data
|
||||
Reference in New Issue
Block a user