aboutsummaryrefslogtreecommitdiff
path: root/src/test/lib2
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/lib2')
-rw-r--r--src/test/lib215
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/lib2 b/src/test/lib2
new file mode 100644
index 0000000..a1c6224
--- /dev/null
+++ b/src/test/lib2
@@ -0,0 +1,15 @@
+ option output-file,lib2.lib
+ option output-format,lib
+
+ org $8800
+
+start_lib2:
+ ld hl,$4321
+ call $0100
+end_lib2:
+
+data2:
+ db "I'm data from lib2"
+
+var_lib2 equ $7fff
+var_lib1 equ $1234