mips64.s
来自「工具链BINUTIS-2.16的源代码」· S 代码 · 共 23 行
S
23 行
# 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 + =
减小字号Ctrl + -
显示快捷键?