Update print.asm
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
printString:
|
||||
CALL saveRegisters ; Store the registers so we can restore them later.
|
||||
printLoop:
|
||||
printLoop:
|
||||
LDA ; Move the first character of the string into A.
|
||||
BRA Return ; If A is NULL, the string is finished, so return.
|
||||
OUTA 0x00 ; Output the character.
|
||||
|
||||
Reference in New Issue
Block a user