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/b2.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/b2.asm (limited to 'test/b2.asm') 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 -- cgit v1.2.3