diff --git a/src/sudoku.s b/src/sudoku.s index adb4ddf..55428fe 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -24,7 +24,7 @@ FIELD: BLOCK 9 ;Reserve 9 words to store the grid. START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. .OPEN CHTTYO,[.UAO,,'TTY] ;Open an output channel on the TTY. .LOSE %LSFIL ;Gobble up any errors. - MOVE A,[440700,,WELCOME] ;Print the welcome message + MOVE A,[440700,,WELCOME] ;Print the welcome message PUSHJ P,PUTLN PUSHJ P,GETJCL ;Read the command line. MOVE A,[440700,,LOADING] ;Print the loading message