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.
我正在使用 TASM 2.51,并且我想询问将数据声明为过程本地的语法。我不希望放置在堆栈上的局部变量。数据应该放在数据段中,但标签只对一个程序可见。如何才能做到这一点?
嗯 - 我已经很久没有使用 Turbo Assembler 了,但不是这样吗?
MyProc proc local MyVar : byte ... MyProc endp