da13b94a43
Previously, the values of such expressions were essentially ignored, resulting in incorrect output. This affected code like the following example: test1 start lda >p rtl end D1 data p gequ val end val data dc i'123' end Note that the EQU/GEQU expression is evaluated within the context of the location that references it, not the location where it is defined. This affects the value of the location counter, as well as the symbol search behavior. The references for the OMF format do not clearly define which way this should be done, but the current behavior can cause problems with certain object files produced by ORCA/M. |
||
---|---|---|
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.