Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Directives to control generation of MIPS ASE instructions Red Hat Enterprise Linux 3: Using as, the Gnu Assembler Prev Chapter 29. MIPS Dependent Features Next 29.8. Directives to control generation of MIPS ASE instructions The directive .set mips3d makes the assembler accept instructions from the MIPS-3D Application Specific Extension from that point on in the assembly. The .set nomips3d directive prevents MIPS-3D instructions from being accepted. The directive .set mdmx makes the assembler accept instructions from the MDMX Application Specific Extension from that point on in the assembly. The .set nomdmx directive prevents MDMX instructions from being accepted. Traditional mips assemblers do not support these directives. Prev Home Next Directives to save and restore options Up MMIX Dependent Features