⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 这是汇编器的源代码
💻 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 + -