fix JCL routine
This commit is contained in:
@@ -36,8 +36,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack.
|
|||||||
;Subroutine to read the JCL from DDT and get the command line parameters.
|
;Subroutine to read the JCL from DDT and get the command line parameters.
|
||||||
;Clobbers B.
|
;Clobbers B.
|
||||||
GETJCL: .BREAK 12,[..RJCL,,JCL] ;Get the JCL
|
GETJCL: .BREAK 12,[..RJCL,,JCL] ;Get the JCL
|
||||||
MOVE B,[BPTR,,JCL] ;Byte pointer to JCL
|
POPJ P, ;Return from routine.
|
||||||
PUSHJ P, ;Return from routine.
|
|
||||||
;Subroutine to print a string of text on the output.
|
;Subroutine to print a string of text on the output.
|
||||||
; Clobbers A and B.
|
; Clobbers A and B.
|
||||||
OUTSTR: HRLI A,BPTR ;Ensure, A is a byte pointer.
|
OUTSTR: HRLI A,BPTR ;Ensure, A is a byte pointer.
|
||||||
|
|||||||
Reference in New Issue
Block a user