diff options
author | Michael Abed <michael@pidgey.localdomain> | 2012-01-31 09:41:01 -0500 |
---|---|---|
committer | Michael Abed <michael@pidgey.localdomain> | 2012-01-31 09:41:01 -0500 |
commit | c356b7a1848449b31278659e8b0df503881ed008 (patch) | |
tree | b33a806c93ebe221a7cb1f7bcb68099fabf08e68 /test.asm | |
parent | 27d58baae806abab09941a9569a4c803cc3f708d (diff) | |
download | ec327-hw1-c356b7a1848449b31278659e8b0df503881ed008.tar.gz ec327-hw1-c356b7a1848449b31278659e8b0df503881ed008.tar.bz2 ec327-hw1-c356b7a1848449b31278659e8b0df503881ed008.zip |
correctly handle blank lines
Diffstat (limited to 'test.asm')
-rw-r--r-- | test.asm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |