add.s
来自「SimpleScaler(RISC处理器仿真分析程序)指令集相对应的汇编」· S 代码 · 共 13 行
S
13 行
# Source file used to test the add macro. add $4,$4,0 add $4,$4,1 add $4,$4,0x8000 add $4,$4,-0x8000 add $4,$4,0x10000 add $4,$4,0x1a5a5 # addu is handled the same way add is; just confirm that it isn't# totally broken. addu $4,$4,1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?