1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Working, worry about expressions

This commit is contained in:
Ross Wilson
2016-01-24 19:47:05 +07:00
parent ef3abe8b9b
commit 052529c519
2 changed files with 37 additions and 17 deletions

View File

@@ -1,11 +1,15 @@
; a test comment on the first line
org 0100
start law 10 ; comment
start law 10
lac start2 ; comment
lac undef ; another comment
hlt
org 0200 + 1
fred equ 2 ; EQU
org 128 + 1
start2
lac 0100 ; comment
hlt