.TITLE MAP Map Address Window .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index MAP Map Address Window ; ; Usage ; ; #include ; #include ; struct wdb winblk; /* WDB */ ; word status; /* Returned DSW */ ; ; status = map(&winblk); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial Edit ; V1.1 20-Oct-82 RBD Change P-Section. Fix documentation. ; .mcall map$s map:: mov 2(sp),r0 map$s r0 mov $dsw,r0 return .end