.MACRO OVDDF$ L,S,KEEP ; ; MACRO OVDDF$ ; ; Define the standard Autoload Overlay Work Area offsets ; .save .asect .=0 n.ovly'L: .blkw 1 ;Overlay load Logical Unit Number n.stbl'L: .blkw 1 ;Address of the Segment Descriptor Table n.iost'L: .blkw 2 ;Overlay load (IO.LOV) I/O Status Block n.aler'L: .blkw 1 ;Address of the Overlay Load Error routine n.szsg'L: .blkb 1 ;Size of the Segment Descriptors, in bytes n.fast'L: .blkb 1 ;AST Interlock Flag n.rdsg'L: .blkw 1 ;Address of the Read Segment routine n.mrks'L: .blkw 1 ;Address of the Mark Segment routine n.auto'L: .blkw 1 ;Address of the Autoload Control routine n.lgth'L: ;Length of the standard work area .=0 .restore .if b .MACRO OVDDF$ X,Y,Z .ENDM .endc .ENDM OVDDF$