diff --git a/src/SUDOKU.MAC b/src/SUDOKU.MAC index e71fda5..9e25244 100644 --- a/src/SUDOKU.MAC +++ b/src/SUDOKU.MAC @@ -14,7 +14,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack .LOSE %LSFIL -L: HRRI A, 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. JRST L ;Keep looping