📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -