summaryrefslogtreecommitdiff
path: root/test/ret.asm
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-08-22 01:06:09 +0000
committerIan C <ianc@noddybox.co.uk>2004-08-22 01:06:09 +0000
commit09c566e6916d431606284a527ce373c103be39dc (patch)
treeb32cea5c524fb979a9ff3cc53d95f676f0e52982 /test/ret.asm
parent1c7d0b339d578511be239c175ef2096e6e8aa6e2 (diff)
Initial working version
Diffstat (limited to 'test/ret.asm')
-rw-r--r--test/ret.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ret.asm b/test/ret.asm
new file mode 100644
index 0000000..f53141b
--- /dev/null
+++ b/test/ret.asm
@@ -0,0 +1,6 @@
+; Simple return to check the BASIC part
+;
+; $Id$
+;
+ org 0x8000
+ ret