📄 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 + -