From 8ad238fa81edd44d458bb52b179fbbf2cf3d1d07 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 11 Jan 2026 16:20:27 +0100 Subject: [PATCH] Remove Debug code --- src/sudoku.s | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/sudoku.s b/src/sudoku.s index 96dfda0..063b49f 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -29,11 +29,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. PUSHJ P,GETJCL ;Read the command line. MOVE A,[440700,,LOADING] ;Print the loading message PUSHJ P,OUTSTR - MOVE A,[440600,,FNAME1] ;Print Filenname - PUSHJ OUTSTR - MOVE A,[440600,,FNAME2] - PUSHJ OUTSTR - ; Load the files into field + ; Load the files into field MOVEI A,FIELD ;Store the address of field in C PUSHJ P,IMPRTF ;Load the file PUSHJ P,PFIELD ;Print the loaded field.