date and time created 91/05/12 22:30:02 by william
[unix-history] / usr / src / old / games.vax / compat / memsiz.s
CommitLineData
86b2de42 1.data 0
c6dd5f9e 2 .asciz " memsiz.s 4.1 82/05/12 "
86b2de42
RH
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