diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-04 21:59:45 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-04 21:59:45 +0000 |
commit | 1ec31818b90fc094d3118c343f4007ded28ad20b (patch) | |
tree | 008b6782c028ffe80be8f26b91d106515f271971 /src | |
parent | f5ba5ca965fca993ece89529d1774181ae4b735e (diff) |
Updated lib test to import labels.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/lib2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/lib2 b/src/test/lib2 index a16febf..40bd29d 100644 --- a/src/test/lib2 +++ b/src/test/lib2 @@ -4,8 +4,10 @@ option +address24 org $078800 + import "lib1.lib", labels + start_lib2: - ld hl,$4321 + ld hl,data1 call $0100 end_lib2: @@ -13,4 +15,3 @@ data2: db "I'm data from lib2" var_lib2 equ $7fff -var_lib1 equ $1234 |