Use only one pass

This commit is contained in:
dbrotz
2019-05-04 16:18:26 -07:00
parent 6ff9435e0a
commit 23f5e9dacc
12 changed files with 185 additions and 421 deletions

View File

@@ -1,3 +1,3 @@
ERROR: label-redefinition.asm(7):
'Sym' already defined in m(6)
error: Assembly aborted in pass 1 (1 errors)!
error: Assembly aborted (1 errors)!

View File

@@ -1,3 +1,3 @@
ERROR: local-wrong-parent.asm(5):
Not currently in the scope of 'WrongParent'
error: Assembly aborted in pass 1 (1 errors)!
error: Assembly aborted (1 errors)!

View File

@@ -1,3 +1 @@
ERROR: undefined-dot.asm(3):
'.' not defined
error: Assembly aborted in pass 2 (1 errors)!
error: undefined-dot.asm(3) : '.' not defined