16799Srrh.data 0
2*6811Srrh	.asciz "	memsiz.s	4.1	82/05/12	"
36799Srrh.text 0
46799Srrh	.set MEMSIZ,0x10000
56799Srrh	.text
66799Srrh	.globl _longspace
76799Srrh	.globl _shortspace
86799Srrh	.globl _bytespace
96799Srrh# set aside pdp11 memory space in nonprotected text segment at loc 0
106799Srrh_longspace:
116799Srrh_shortspace:
126799Srrh_bytespace:
136799Srrh	.space MEMSIZ
146799Srrh# put the memory size in a global variable for other uses
156799Srrh	.globl _memsiz
166799Srrh_memsiz:.long _memsiz
17