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/part1.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/part1.asm (limited to 'test/part1.asm') diff --git a/test/part1.asm b/test/part1.asm new file mode 100644 index 0000000..da3fda5 --- /dev/null +++ b/test/part1.asm @@ -0,0 +1,8 @@ +; Multipart Test code +; +; $Id$ +; + org 0x8000 + + call 0x8100 + jr 0x8000 -- cgit v1.2.3