aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-03-19 00:35:45 +0000
committerIan C <ianc@noddybox.co.uk>2016-03-19 00:35:45 +0000
commit618d4de3bd173a7bda6d6a2b911bc0717c10102b (patch)
tree59bfa460faf151642e840f22daf5e5394321e1f0 /src
parent4564c7906be89463b8f9637685e1785dd900f4b3 (diff)
Moved documentation to an hand-crafted HTML file.
Diffstat (limited to 'src')
-rw-r--r--src/test/21
-rw-r--r--src/test/bank11
2 files changed, 12 insertions, 0 deletions
diff --git a/src/test/2 b/src/test/2
index 53f272d..642b46c 100644
--- a/src/test/2
+++ b/src/test/2
@@ -4,6 +4,7 @@
macro1: macro
.byte "Hello World"
+ defw "Bye World"
.text 0, $ff
endm
diff --git a/src/test/bank b/src/test/bank
new file mode 100644
index 0000000..cf0f313
--- /dev/null
+++ b/src/test/bank
@@ -0,0 +1,11 @@
+
+ option output-format,spectrum
+ org 33000,0
+ bank 0
+
+ defb 1
+
+ org 34000,1
+ bank 1
+
+ defb 2