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,17 @@
|
||||
#Program
|
||||
|
||||
printDigitTest:
|
||||
INIB 0d10
|
||||
printDigitTestLoop:
|
||||
CALL printDecimalDigit
|
||||
INCA
|
||||
SUB
|
||||
CCF
|
||||
BRQ printDigitTestend
|
||||
CALL lineFeed
|
||||
BRI printDigitTestLoop
|
||||
printDigitTestend:
|
||||
CALL lineFeed
|
||||
RET
|
||||
|
||||
#Data
|
||||
Reference in New Issue
Block a user