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/lib2 | |
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/lib2')
-rw-r--r-- | src/test/lib2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/lib2 b/src/test/lib2 index a1c6224..a16febf 100644 --- a/src/test/lib2 +++ b/src/test/lib2 @@ -1,7 +1,8 @@ option output-file,lib2.lib option output-format,lib - org $8800 + option +address24 + org $078800 start_lib2: ld hl,$4321 |