diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-08-22 01:06:09 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-08-22 01:06:09 +0000 |
commit | 09c566e6916d431606284a527ce373c103be39dc (patch) | |
tree | b32cea5c524fb979a9ff3cc53d95f676f0e52982 /test/part1.asm | |
parent | 1c7d0b339d578511be239c175ef2096e6e8aa6e2 (diff) |
Initial working version
Diffstat (limited to 'test/part1.asm')
-rw-r--r-- | test/part1.asm | 8 |
1 files changed, 8 insertions, 0 deletions
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 |