diff options
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 |