From 458e07b9ae8fd8ff9a9c3bb34c15e88e9af81a7c Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 28 Sep 2025 19:39:13 +0200 Subject: [PATCH] Test the sixbit parameters --- src/sudoku.s | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sudoku.s b/src/sudoku.s index e7ce80e..d103c8f 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -42,6 +42,12 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. MOVEI A,FNAME1 ;Store the first file name in A MOVEI B,FNAME2 ;Store the second file name in B MOVEI C,FIELD ;Store the address of field in C + MOVEI A,001 + MOVEM A,PFLAGS + MOVE A,[BPTR,,FNAME1] + PUSHJ P,PUTLN + MOVE A,[BPTR,,FNAME2] + PUSHJ P,PUTLN PUSHJ P,IMPRTF ;Load the file PUSHJ P,PFIELD ;Print thee loaded field.