pushed updates
This commit is contained in:
18
OperatingSystem/software2/include/bcd.s
Normal file
18
OperatingSystem/software2/include/bcd.s
Normal file
@@ -0,0 +1,18 @@
|
||||
; prints A as BCD
|
||||
|
||||
print_bcd_byte_3:
|
||||
PUSH DE
|
||||
PUSH BC
|
||||
PUSH HL
|
||||
PUSH IX
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
print_bcd_done:
|
||||
POP IX
|
||||
POP HL
|
||||
POP BC
|
||||
POP DE
|
||||
RET
|
||||
Reference in New Issue
Block a user