简体   繁体   中英

MIPS | Pseudo Instructions

Why were pseudo instructions written into MIPS assembly code? Why can't instructions like bge, b, mul, beqz be written in a non-pseudo format?

they can. it is just like directives or macros or other labor saving solutions.

pseudo instructions are not part of the instruction set necessarily they are part of the assembly language which is defined by the assembler, not the hardware nor ip vendor/inventor. Up to the assembler author(s) to define its instruction set.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM