Make data output outside of a SECTION non-fatal

This commit is contained in:
ISSOtm
2021-05-01 23:34:28 +02:00
committed by Eldred Habert
parent ad9a766a56
commit 38a9a613da
5 changed files with 59 additions and 29 deletions

View File

@@ -1,2 +1,3 @@
FATAL: align-pc-outside-section.asm(1):
ERROR: align-pc-outside-section.asm(1):
Cannot output data outside of a SECTION
error: Assembly aborted (1 error)!

View File

@@ -0,0 +1,3 @@
ERROR: incbin-end-0.asm(1):
Cannot output data outside of a SECTION
error: Assembly aborted (1 error)!

View File

@@ -1,4 +1,5 @@
ERROR: pops-restore-no-section.asm(9):
Label "DisallowedContent" created outside of a SECTION
FATAL: pops-restore-no-section.asm(10):
ERROR: pops-restore-no-section.asm(10):
Cannot output data outside of a SECTION
error: Assembly aborted (2 errors)!

View File

@@ -1,2 +1,3 @@
FATAL: pushs.asm(5):
ERROR: pushs.asm(5):
Cannot output data outside of a SECTION
error: Assembly aborted (1 error)!