mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Expanding tests to multiple ORG blocks
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
end
|
||||
;! 0100 004002
|
||||
;! 0101 000000
|
||||
;! 0102 000000
|
||||
;! 0102 000001
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
; test file with two ORG blocks
|
||||
org 0100
|
||||
law 1
|
||||
hlt
|
||||
org 0200
|
||||
law 2
|
||||
hlt
|
||||
end
|
||||
;! 0100 004001
|
||||
;! 0101 000000
|
||||
;! 0200 004002
|
||||
;! 0201 000000
|
||||
|
||||
Reference in New Issue
Block a user