Coding Questions and other Quandaries
#9
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!
Reply


Messages In This Thread
RE: Coding Questions and other Quandaries - by Hackwiz - 12-07-2021, 11:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)