mirror of
https://github.com/byteworksinc/Linker.git
synced 2025-08-05 00:25:06 +00:00
The ORCA Linker 2.0.3 from the Opus ][ CD
This commit is contained in:
11
LICENSE
Normal file
11
LICENSE
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
The ORCA Linker is released by the copyright holder under the terms of the original copyright.
|
||||||
|
|
||||||
|
The Byte Works, Inc. grants you the right to use this source code privately, fork it, and change it.
|
||||||
|
|
||||||
|
You may not redistribute the code in any form other than submission to this repository without the written permission of the copyright holder.
|
||||||
|
|
||||||
|
The copyright holder decided to do things this way for two reasons:
|
||||||
|
|
||||||
|
1. Reserve commercial distribution rights.
|
||||||
|
|
||||||
|
2. Ensure that any contributions and updates are available from a centralized source (this GitHib repository, for now).
|
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# 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:
|
||||||
|
|
||||||
|
1. The modified linker must compile under the currently released version of ORCA/M.
|
||||||
|
|
||||||
|
2. 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.
|
1
directpage
Executable file
1
directpage
Executable file
@@ -0,0 +1 @@
|
|||||||
|
;
|
1
linker.asm
Executable file
1
linker.asm
Executable file
File diff suppressed because one or more lines are too long
1
linker.mac
Executable file
1
linker.mac
Executable file
File diff suppressed because one or more lines are too long
1
linker.notes
Executable file
1
linker.notes
Executable file
@@ -0,0 +1 @@
|
|||||||
|
ORCA/Linker 2.0.3
|
1
linker.rez
Executable file
1
linker.rez
Executable file
@@ -0,0 +1 @@
|
|||||||
|
#include "types.rez"
|
1
obj/README.txt
Normal file
1
obj/README.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
This directory is used by the make file for storing object files.
|
1
symbol.asm
Executable file
1
symbol.asm
Executable file
File diff suppressed because one or more lines are too long
1
symbol.mac
Executable file
1
symbol.mac
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user