From dc91627ca65e71844da7972713aa653648bd0c72 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Tue, 26 Jan 2016 13:33:23 +0700 Subject: [PATCH] Small changes to test things --- pyasm/test.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyasm/test.asm b/pyasm/test.asm index 14f0a0e..a02aa42 100644 --- a/pyasm/test.asm +++ b/pyasm/test.asm @@ -9,7 +9,8 @@ start law 10 fred equ 2 ; EQU - org 128 + 1 +; org 128 + 1 + org . + 010 start2 lac start + 2 ; comment