From c356b7a1848449b31278659e8b0df503881ed008 Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Tue, 31 Jan 2012 09:41:01 -0500 Subject: correctly handle blank lines --- test.asm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.asm (limited to 'test.asm') diff --git a/test.asm b/test.asm new file mode 100644 index 0000000..2db76c1 --- /dev/null +++ b/test.asm @@ -0,0 +1,3 @@ +mov R0, 0x32 +add R0, R0 +halt -- cgit v1.2.3-54-g00ecf