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:
Anachronaut
2024-10-31 13:30:15 -04:00
committed by GitHub
parent f8848adf8c
commit 228cf0593a
12 changed files with 414 additions and 44 deletions
+17
View File
@@ -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