aa9a585d19
This would happen if a later object segment had a more restrictive alignment than previous object segments that contribute to the same load segment, as in the following example: s1 start jsl s2 rtl end align 256 s2 start rtl end These alignment requirements can be satisfied by just giving the load segment the most restrictive alignment of any object segment (since all alignments are powers of 2) and inserting space as necessary to align the code from each object segment. |
||
---|---|---|
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.