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/b2.asm | |
parent | 1c7d0b339d578511be239c175ef2096e6e8aa6e2 (diff) |
Initial working version
Diffstat (limited to 'test/b2.asm')
-rw-r--r-- | test/b2.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/b2.asm b/test/b2.asm new file mode 100644 index 0000000..1778ba7 --- /dev/null +++ b/test/b2.asm @@ -0,0 +1,8 @@ +; Simple two byte file to check checksum +; +; $Id$ +; + + org 0 + + DB 0xf3,0xaf |