.MACRO EXDDF$ L,S,KEEP ; ; MACRO EXDDF$ ; ; Define the Autoload Overlay Work Area and Extension offsets ; .MCALL OVDDF$ OVDDF$ <'L>,<'S>, ;Define the standard work area symbols .save .asect . = .+n.lgth ;Skip over the standard part of the work area n.dtds'L: .blkw 1 ;(Displaced) Descriptor Temporary Data Storage n.cast'L: .blkb 1 ;AST / SST Clustering Operation Flag .blkb 1 ;Unused at present n.stlm'L: .blkw 1 ;Top (lowest) address of the Segment Stack area n.stpt'L: .blkw 1 ;Current Segment Stack pointer .=0 .restore .if b .MACRO EXDDF$ X,Y,Z .ENDM .endc .ENDM EXDDF$