Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 32 位寄存器,因为我需要更大的最大整数值。当我尝试使用 EAX、EBX、ECX 或 EDX 时,TASM 显示 UNDEFINED SYMBOL。TASM 正在将寄存器作为变量读取。知道原因吗?我正在使用 DOSBOX 0.74 并在 Windows 7 64 位上运行。
TASM 与 Borland Turbo Assembler 一样吗?如果老的东西甚至知道 32 位寄存器,我会感到惊讶:-)
TASM v5 来自大约 15 年前。
从记忆中,有一个 TASM32(这可能是你的包的一部分)可以做到这一点,但我建议使用更现代的汇编程序,比如nasm.
nasm