greg9.s

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 9 行

S
9
字号
% Check that we can allocate max number of GREGs.% A bit cheesy: we allocate anonymous GREGs with no handle.  This isn't% generally useful, but it helps keeping the number of lines down, and we% check that the right thing happened in the object file.Main SWYM 0	.rept 222	GREG	.endr

⌨️ 快捷键说明

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