문제

In my computer organization class, we're learning opcodes, and i understand most of the opcodes, and the concepts of them, but seriously, theres no legend for what "H" is for example..

iadd

iadd1:mar=sp=sp-1;rd
iadd2: H =tos..

whats H??

x'D thanks!

도움이 되었습니까?

해결책

H is a register name, not an opcode.

Hold (H)

This register holds data that is to be supplied to the left (A) input of the arithmetic logic unit. This is the only register that can perform this function.

http://dsearls.org/courses/C391OrgSys/SimHelp/HTML/IJVM_Register_Set.htm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top