From 8a1bef44d56708f0f6ae42a74a19b708c82a23da Mon Sep 17 00:00:00 2001 From: Jali Date: Fri, 3 Oct 2025 18:09:34 +0200 Subject: [PATCH] For testing purposes, set the flle name hard. --- src/sudoku.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sudoku.s b/src/sudoku.s index efa7433..4b2eb6a 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -138,7 +138,7 @@ IMPRTF: PUSH P,A ;Save the A register. MOVE X,[440400,,FIELD] ;Init a 4-bit byte pointer to FIELD. .CALL [SETZ ? SIXBIT/OPEN/ ;Open a file descriptor. [.UAI,,CHDSKI] ? [SIXBIT/DSK/] ;Mode, channel and device name - A ? B ? 400000,,[SIXBIT/JALI/]] + [SIXBIT /PUZZL1/] ? [SIXBIT /SUDOKU/] ? 400000,,[SIXBIT/JALI/]] .LOSE %LSFIL ;Handle errors after opening the file IMPRD: .IOT CHDSKI,A ;Read an ascii char into A. JUMPL A,IMPREX ;If there was nothing read, exit.