12-07-2021, 11:27 AM
You read my mind.
The way the F6 codetype is written is kind of confusing.
What helped me out (at least in the simple asm guide), were the examples of how the code is used to accomplish an outcome.
e.g. To load a large number into a register use:
lis r3, 0x8035
ori r3, r3, 0x4126
Which loads 0x80354126 into r3.
Have a great day!
The way the F6 codetype is written is kind of confusing.
What helped me out (at least in the simple asm guide), were the examples of how the code is used to accomplish an outcome.
e.g. To load a large number into a register use:
lis r3, 0x8035
ori r3, r3, 0x4126
Which loads 0x80354126 into r3.
Have a great day!