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.
我正在用汇编语言对 Stellaris LM3S9B92 Evalbot 进行编程(据我所知,ARMv7 或各种)。
我经常使用别名,因为我发现它们使我的代码更具可读性。通常,为了表示我的寄存器 r2 包含等待值,我使用:
alias r2, delay
我想稍后在程序中删除该别名。是否有“unalias”命令,类似于我为 Raspberry Pi 使用的“.unreq”?
编辑:从我的手册中,我了解到所使用的汇编语言的风格是 Thumb-2