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.
使用 GNU Assembler Manual, v2.19.51,我无法找到这些类型的等式之间的明确区别:
有谁知道区别和正确用法?
.equ并.set记录为相同。我找不到任何提及.reg,你在哪里看到的?然而,有一个.req定义寄存器别名,而不是其他两个定义符号。
.equ
.set
.reg
.req