diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-03-19 00:35:45 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-03-19 00:35:45 +0000 |
commit | 618d4de3bd173a7bda6d6a2b911bc0717c10102b (patch) | |
tree | 59bfa460faf151642e840f22daf5e5394321e1f0 /src | |
parent | 4564c7906be89463b8f9637685e1785dd900f4b3 (diff) |
Moved documentation to an hand-crafted HTML file.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/2 | 1 | ||||
-rw-r--r-- | src/test/bank | 11 |
2 files changed, 12 insertions, 0 deletions
@@ -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 |