diff options
Diffstat (limited to 'test/ret.asm')
-rw-r--r-- | test/ret.asm | 6 |
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 |