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