diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-17 08:38:47 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-17 08:38:47 +0100 |
commit | 393556d2fc70dc0def5a6bb0463daf234ef23e36 (patch) | |
tree | ffeac76300a03bb6e4e34479d11ec2a64afcacfd /src/test/link | |
parent | 34eab58c9a01b90beb0ce23a2a0f6c2156e8d4fd (diff) |
Added support for 24 bit address labels.
* Also fixes bug where bank wasn't reset between passes.
Diffstat (limited to 'src/test/link')
-rw-r--r-- | src/test/link | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/link b/src/test/link index 41d11f1..ec09bd6 100644 --- a/src/test/link +++ b/src/test/link @@ -2,5 +2,5 @@ option +list option list-labels,all - import "lib2.lib",all,-$1000 - import "lib1.lib",all,$1000 + import "lib2.lib" + import "lib1.lib" |