diff --git a/src/sudoku.s b/src/sudoku.s index 4b2eb6a..48dcae3 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -43,7 +43,9 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. MOVEI B,FNAME2 ;Store the second file name in B MOVEI C,FIELD ;Store the address of field in C PUSHJ P,IMPRTF ;Load the file - PUSHJ P,PFIELD ;Print thee loaded field. + MOVE A,[BPTR,,WELCOME] + PUSHJ P,PUTLN + PUSHJ P,PFIELD ;Print the loaded field. JRST DONE ;Jump to the end of the program.