itbl.s

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 19 行

S
19
字号
    ; Test case for assembler option "itbl".    ; Run as "as --itbl itbl itbl.s"    ; or with stand-alone test case "itbl-test itbl itbl.s".    ; Call mips coprocessor "cofun"s as defined in "itbl".    fee $d3,$c2,0x1 	;  0x4ff07601    fie 	  	;  0x4ff00000    foh $2,0x100    fum $d3,$c2     	;  0x4ff07601    pig $2,0x100    ; Call a mips coprocessor instruction with register "d1"     ; defined in "itbl".    LWC1 $d1,0x100($2)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?