GNU as has "la %r4,8(%r3)" as an alias for "addi %r4,%r3,8", meaning to load the address of the thing at 8(%r3). Our 'la', now 'li32', makes an addis/ori pair to load an immediate 32-bit value. For example, "li32 r4,23456789" loads a big number. |
||
|---|---|---|
| .. | ||
| cpm | ||
| linux/libsys | ||
| linux68k | ||
| linux386 | ||
| linuxppc | ||
| pc86 | ||
| rpi | ||
| build.lua | ||