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