Remove uneeded debug output

This commit is contained in:
2025-12-24 14:39:52 +01:00
parent 6f3a68d4a0
commit 7b4902cc1d

View File

@@ -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] ;Load FNAME1 into the A
PUSHJ P,OUTSTR ;Print the name in a single line
MOVE A,[440600,,FNAME2] ;Now repeat with FNAME2
PUSHJ P,PUTLN
; 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.