memsiz.s

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· S 代码 · 共 17 行

S
17
字号
.data 0	.asciz "	memsiz.s	4.1	82/05/12	".text 0	.set MEMSIZ,0x10000	.text	.globl _longspace	.globl _shortspace	.globl _bytespace# set aside pdp11 memory space in nonprotected text segment at loc 0_longspace:_shortspace:_bytespace:	.space MEMSIZ# put the memory size in a global variable for other uses	.globl _memsiz_memsiz:.long _memsiz

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?