From def827f7e15fd241099afb3bfcc3045ff1f811c6 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Fri, 28 Oct 2016 10:53:18 +0700 Subject: [PATCH] Simplest test file --- pyasm/simple.asm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyasm/simple.asm diff --git a/pyasm/simple.asm b/pyasm/simple.asm new file mode 100644 index 0000000..618b532 --- /dev/null +++ b/pyasm/simple.asm @@ -0,0 +1,4 @@ +; a very simple file + org 0100 + hlt + end