CRAW Create Address Window MACRO V05.04 Sunday 24-Nov-91 10:01 Page 1 1 .TITLE CRAW Create Address Window 2 .IDENT "V1.1" 3 .ENABL LC 4 000000 .PSECT C$CODE 5 ;+ 6 ; Index CRAW Create Address Window 7 ; 8 ; Usage 9 ; 10 ; #include 11 ; #include /* WDB definitions */ 12 ; struct wdb winblk; /* Actual WDB */ 13 ; word status; /* Returned DSW */ 14 ; 15 ; status = craw(&winblk); 16 ; [end] 17 ;- 18 ; Edits: 19 ; V1.0 12-Jun-80 RBD Initial edit 20 ; V1.1 19-Oct-82 RBD Change P-Section. Fix Documentation 21 ; 22 .mcall craw$s 23 24 000000 craw:: 25 000000 016600 000002 mov 2(sp),r0 26 000004 craw$s r0 27 000014 016700 000000G mov $dsw,r0 28 000020 000207 return 29 30 000001 .end CRAW Create Address Window MACRO V05.04 Sunday 24-Nov-91 10:01 Page 1-1 Symbol table CRAW 000000RG 002 $DSW = ****** GX . ABS. 000000 000 (RW,I,GBL,ABS,OVR) 000000 001 (RW,I,LCL,REL,CON) C$CODE 000022 002 (RW,I,LCL,REL,CON) Errors detected: 0 *** Assembler statistics Work file reads: 0 Work file writes: 0 Size of work file: 8213 Words ( 33 Pages) Size of core pool: 9508 Words ( 36 Pages) Operating system: RSX-11M/PLUS Elapsed time: 00:00:02.09 ,CRAW=CRAW