aboutsummaryrefslogtreecommitdiff
path: root/src/test/3
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-03-07 15:00:21 +0000
committerIan C <ianc@noddybox.co.uk>2016-03-07 15:00:21 +0000
commit77e8708934c5c792b1435fa11dfe3c0a6f636a8c (patch)
tree8c68ecddaf2c2c0730ba310b8d1b9e0f1bd16132 /src/test/3
parent6e9c9c9205d6eec1ff1cfb3fa407c6714854145a (diff)
Updated README and copied latest version in.
Diffstat (limited to 'src/test/3')
-rw-r--r--src/test/320
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/3 b/src/test/3
new file mode 100644
index 0000000..a3f68f1
--- /dev/null
+++ b/src/test/3
@@ -0,0 +1,20 @@
+ org $8000
+
+start:
+ dw start, end
+end:
+
+wmac: macro
+.start
+ dw start,end
+.end
+ endm
+
+ align 8
+ wmac
+ align 8
+ wmac
+ align 8
+ wmac
+
+ text "EOL"