The ORCA Linker 2.0.3 from the Opus ][ CD

This commit is contained in:
mikew50
2017-10-01 21:26:59 -06:00
commit 748ae356d7
29 changed files with 52 additions and 0 deletions

11
LICENSE Normal file
View 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
View 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
backup Executable file
View File

@@ -0,0 +1 @@
if "{#}" != "1"

1
count Executable file
View File

@@ -0,0 +1 @@
set list directPage linker.asm

1
directpage Executable file
View File

@@ -0,0 +1 @@
;

1
exp.asm Executable file

File diff suppressed because one or more lines are too long

1
exp.mac Executable file

File diff suppressed because one or more lines are too long

1
file.asm Executable file

File diff suppressed because one or more lines are too long

1
file.mac Executable file

File diff suppressed because one or more lines are too long

1
linker.asm Executable file

File diff suppressed because one or more lines are too long

1
linker.mac Executable file

File diff suppressed because one or more lines are too long

1
linker.notes Executable file
View File

@@ -0,0 +1 @@
ORCA/Linker 2.0.3

1
linker.rez Executable file
View File

@@ -0,0 +1 @@
#include "types.rez"

1
linkit Executable file
View File

@@ -0,0 +1 @@
echo set auxtype $DB01

1
make Executable file
View File

@@ -0,0 +1 @@
*

1
obj/README.txt Normal file
View File

@@ -0,0 +1 @@
This directory is used by the make file for storing object files.

1
out.asm Executable file

File diff suppressed because one or more lines are too long

1
out.mac Executable file

File diff suppressed because one or more lines are too long

1
pass1.asm Executable file

File diff suppressed because one or more lines are too long

1
pass1.mac Executable file

File diff suppressed because one or more lines are too long

1
pass2.asm Executable file

File diff suppressed because one or more lines are too long

1
pass2.mac Executable file

File diff suppressed because one or more lines are too long

1
seg.asm Executable file

File diff suppressed because one or more lines are too long

1
seg.mac Executable file

File diff suppressed because one or more lines are too long

1
smac Executable file
View File

@@ -0,0 +1 @@
macro

1
symbol.asm Executable file

File diff suppressed because one or more lines are too long

1
symbol.mac Executable file

File diff suppressed because one or more lines are too long

1
util.asm Executable file

File diff suppressed because one or more lines are too long

1
util.mac Executable file

File diff suppressed because one or more lines are too long