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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user