readme.txt

来自「这是汇编器的源代码」· 文本 代码 · 共 11 行

TXT
11
字号
For compiling ANASM you will need ALINK and NASM .
If you have this , you have to use the following commands :

nasm anasm.asm -f obj
nasm dos-lib.asm -f obj
nasm debug.asm -f obj
nasm parser.asm -f obj
nasm string.asm -f obj
alink anasm.obj dos-lib.obj debug.obj parser.obj string.obj -oEXE

When there weren磘 errors then you will have "anasm.exe" .

⌨️ 快捷键说明

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