📄 readme.mips
字号:
If you use the 1.31 version of the MIPS assembler (such as was shippedwith Ultrix 3.1), you will need to use the -fno-delayed-branch switchwhen optimizing floating point code. Otherwise, the assembler willcomplain when the GCC compiler fills a branch delay slot with afloating point instruction, such as add.d.The GCC compiler on the MIPS will put small strings into the shortdata area, rather than the read-only data section. This is so thatreferences to the strings only take one instruction, instead of thenormal two instructions.Users have reported some problems with version 2.0 of the MIPScompiler tools (Ultrix 4.1). Version 2.10 seems to work (Ultrix 4.2).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -