From 09c566e6916d431606284a527ce373c103be39dc Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 22 Aug 2004 01:06:09 +0000 Subject: Initial working version --- test/ret.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/ret.asm (limited to 'test/ret.asm') 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 -- cgit v1.2.3