Hi all, I'm working on extending the x86 ISA by adding pseudo instructions. I wonder that how the pseudo instruction is translated to assembly language. I know that the pseudo inst in x86 is 0x0f 0x04, and I choose 0x54 as the opcode. Also, I want to pass an address as the input of the pseudo inst. Is that the address will be stored in a specific register or in the same binary code after the opcode I chose? If the input is stored in a specific register,which one is the register?
Thanks a lot! With respects, Xiaoyu Zheng
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
