mirror of
https://github.com/byteworksinc/Linker.git
synced 2024-11-21 13:31:57 +00:00
Update linker release notes.
This commit is contained in:
parent
2275b137d8
commit
d62fdba4bb
13
linker.notes
13
linker.notes
@ -1,9 +1,18 @@
|
||||
ORCA/Linker 2.0.5
|
||||
ORCA/Linker 2.0.6
|
||||
Copyright 1996, Byte Works Inc.
|
||||
Updated 2018
|
||||
Updated 2021
|
||||
|
||||
-- Change List --------------------------------------------------------------
|
||||
|
||||
2.0.6 1. The linker could give a spurious error about the relative
|
||||
address calculation for a BRL instruction if it branched
|
||||
forward or backward more than 32 KB. Since the address
|
||||
calculation for BRL wraps around within the program bank, it
|
||||
can branch forward or backward by up to 64 KB (to any location
|
||||
in the program bank), and the linker now allows this.
|
||||
|
||||
(Stephen Heumann)
|
||||
|
||||
2.0.5 1. On case-sensitive filesystems (which are not normally used
|
||||
natively on the Apple IIGS, but may be used through emulation
|
||||
tools or network file servers), the linker can now find object
|
||||
|
Loading…
Reference in New Issue
Block a user