Update printHello.asm
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
SETD myString ; Set the Data Pointer to the string we want to print.
|
SETD myString ; Set the Data Pointer to the string we want to print.
|
||||||
CALL printString ; Call the subroutine.
|
CALL printString ; Call the subroutine.
|
||||||
CALL lineFeed ; Call the linefeed subroutine.
|
CALL lineFeed ; Call the linefeed subroutine.
|
||||||
HALT ; Stop the CPU.
|
HALT ; Stop the CPU.
|
||||||
|
|
||||||
#Data
|
#Data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user