Update print.asm

This commit is contained in:
Anachronaut
2024-10-27 19:20:26 -04:00
committed by GitHub
parent 992e44ca12
commit 91be7eb217
-1
View File
@@ -31,7 +31,6 @@ saveRegisters: ; Subroutine for storing the registers.
STA ; Store A. STA ; Store A.
INCD ; Move to the next address. INCD ; Move to the next address.
STB ; Store B. STB ; Store B.
INCD ; Move to the next address.
POPD ; Restore the Data Pointer. POPD ; Restore the Data Pointer.
RET ; Return to the caller. RET ; Return to the caller.