1
0
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:
Ross Wilson
2016-02-10 12:26:37 +07:00
parent 4e81b33f76
commit 16231035ba
2 changed files with 13 additions and 1 deletions

View File

@@ -5,4 +5,4 @@
end
;! 0100 004002
;! 0101 000000
;! 0102 000000
;! 0102 000001

View File

@@ -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