9f232e883a
Shifting is now prohibited only for relocatable expressions. It is fine if a shift operator is used with constant operands, simply producing another constant. Also, spurious errors about using multiple load segments in an expression are no longer reported just because of the load segment "containing" the EQU/GEQU record. Since it does not actually translate to anything in the load file, that segment does not matter. |
||
---|---|---|
obj | ||
backup | ||
build.ninja | ||
count | ||
directpage | ||
exp.asm | ||
exp.mac | ||
file.asm | ||
file.mac | ||
GNUmakefile | ||
LICENSE | ||
linker.asm | ||
linker.mac | ||
linker.notes | ||
linker.rez | ||
linkit | ||
make | ||
out.asm | ||
out.mac | ||
pass1.asm | ||
pass1.mac | ||
pass2.asm | ||
pass2.mac | ||
README.md | ||
seg.asm | ||
seg.mac | ||
smac | ||
symbol.asm | ||
symbol.mac | ||
util.asm | ||
util.mac |
Linker
Apple IIGS ORCA Linker, a link editor for the Apple IIGS object module format
If you would like to make changes to this linker and distribute them to others, feel free to submit them here. If the changes apply to compilation on and for an Apple IIGS, they will generally be approved for distribution on the master branch. For changes that run on a different platform, the project will either be forked or a new repository will be created, as appropriate.
The general conditions that must be met before a change is released on master are:
-
The modified linker must compile under the currently released version of ORCA/M.
-
The ORCA compilers must pass their test suites using the new linker, or the test suite must be suitably modified, too.
Contact support@byteworks.us if you need contributor access.
A complete distribution of the ORCA languages, including installers and documentation, is available from the Juiced GS store at https://juiced.gs/store/category/software/. It is distributed as part of the Opus ][ package.