Guest_imported
New member
- Jan 1, 1970
- 0
I want to know if I can do the following in java.
I've declared an integer variable i. I want to set
i to be equal to the value currently contained in some machine register, say $r1, whatever the value is:
int i= {value currently in register $r1}
Assuming that my machine has an x86 or mips architecture,
can this be done?
Bobs62
I've declared an integer variable i. I want to set
i to be equal to the value currently contained in some machine register, say $r1, whatever the value is:
int i= {value currently in register $r1}
Assuming that my machine has an x86 or mips architecture,
can this be done?
Bobs62