1*6799Srrh.data 0 2*6799Srrh .asciz " memsiz.s 1.1 82/05/12 " 3*6799Srrh.text 0 4*6799Srrh .set MEMSIZ,0x10000 5*6799Srrh .text 6*6799Srrh .globl _longspace 7*6799Srrh .globl _shortspace 8*6799Srrh .globl _bytespace 9*6799Srrh# set aside pdp11 memory space in nonprotected text segment at loc 0 10*6799Srrh_longspace: 11*6799Srrh_shortspace: 12*6799Srrh_bytespace: 13*6799Srrh .space MEMSIZ 14*6799Srrh# put the memory size in a global variable for other uses 15*6799Srrh .globl _memsiz 16*6799Srrh_memsiz:.long _memsiz 17