?? mips64.s
字號:
# source file to test assembly of mips64 instructions .set noreorder .set noat .globl text_label .texttext_label: # unprivileged CPU instructions dclo $1, $2 dclz $3, $4 # unprivileged coprocessor instructions. # these tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes. dmfc2 $3, $4 dmfc2 $4, $5, 0 # disassembles without sel dmfc2 $5, $6, 7 dmtc2 $6, $7 dmtc2 $7, $8, 0 # disassembles without sel dmtc2 $8, $9, 7
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -