Do not print HELLO
This commit is contained in:
@@ -33,8 +33,6 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack.
|
|||||||
MOVEI A,001 ;Initialize the print flag
|
MOVEI A,001 ;Initialize the print flag
|
||||||
MOVEM A,PFLAGS ;to print SIXBIT
|
MOVEM A,PFLAGS ;to print SIXBIT
|
||||||
PUSHJ P,GETJCL ;Read the command line.
|
PUSHJ P,GETJCL ;Read the command line.
|
||||||
MOVE A,[BPTR,,HELLO] ;Load A with a byte pointer to HELLO.
|
|
||||||
PUSHJ P,OUTSTR ;Print the out string.
|
|
||||||
MOVE A,[BPTR,,FNAME1] ;Read the parameter.
|
MOVE A,[BPTR,,FNAME1] ;Read the parameter.
|
||||||
PUSHJ P,PUTLN ;Print the file name
|
PUSHJ P,PUTLN ;Print the file name
|
||||||
MOVE A,[BPTR,,FNAME2] ;Print the second file name.
|
MOVE A,[BPTR,,FNAME2] ;Print the second file name.
|
||||||
@@ -96,5 +94,4 @@ PUTLN: PUSHJ P,OUTSTR ;Calls the OUTSTR subroutine
|
|||||||
POPJ P, ;before returning.
|
POPJ P, ;before returning.
|
||||||
|
|
||||||
DONE: .LOGOUT 2, ;Exit point for the program.
|
DONE: .LOGOUT 2, ;Exit point for the program.
|
||||||
HELLO: ASCIZ /HELLO / ;Define example string.
|
|
||||||
END START
|
END START
|
||||||
|
|||||||
Reference in New Issue
Block a user