From d4363be3b48098f20362d6ccbf5e1b0bcac0b140 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 7 Sep 2025 15:15:05 +0200 Subject: [PATCH] Set printflag for sixbit parameters --- src/SUDOKU.MID | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SUDOKU.MID b/src/SUDOKU.MID index 0930bcd..91cffb6 100644 --- a/src/SUDOKU.MID +++ b/src/SUDOKU.MID @@ -39,6 +39,8 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. PUSHJ P,GETJCL ;Read the command line. MOVE A,[BPTR,,LOADING] ;Print the loading message PUSHJ P,OUTSTR + MOVEI A,001 ;Swtich to SIXBIT + MOVEM A,PFLAGS ;Reset the print flag MOVE A,[BPTR,,FNAME1] ;Read the parameter. PUSHJ P,OUTSTR ;Print the file name MOVE A,[BPTR,,FNAME2] ;Print the second file name.