aboutsummaryrefslogtreecommitdiff
path: root/src/test/lib1
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/lib1')
-rw-r--r--src/test/lib114
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/lib1 b/src/test/lib1
new file mode 100644
index 0000000..8974fd5
--- /dev/null
+++ b/src/test/lib1
@@ -0,0 +1,14 @@
+ option output-file,lib1.lib
+ option output-format,lib
+
+ org $8000
+
+start_lib1:
+ ld hl,$1234
+ call $bb5a
+end_lib1:
+
+data1:
+ db "I'm data from lib1"
+
+var_lib1 equ $ffff