Change assignment of string
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
;-*-MIDAS-*-
|
||||||
TITLE SUDOKU SOLVER
|
TITLE SUDOKU SOLVER
|
||||||
P=17 ;Defines AC 17 as the stack pointer.
|
P=17 ;Defines AC 17 as the stack pointer.
|
||||||
|
|
||||||
@@ -14,7 +15,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack
|
|||||||
.LOSE %LSFIL
|
.LOSE %LSFIL
|
||||||
|
|
||||||
|
|
||||||
L: MOVE A, [440700,HELLO] ;Load the address of the string into A
|
L: MOVE A, [440700,,HELLO] ;Load the address of the string into A
|
||||||
PUSHJ P, OUTSTR ;Print the string.
|
PUSHJ P, OUTSTR ;Print the string.
|
||||||
JRST L ;Keep looping
|
JRST L ;Keep looping
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user