Implement SIZEOF("Section") and STARTOF("Section") (#766)

Updates the object file revision to 8

Fixes #765
This commit is contained in:
Rangi
2021-04-17 18:36:26 -04:00
committed by GitHub
parent 5108c5643c
commit 52797b6f68
14 changed files with 161 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
ERROR: section-sizeof-startof.asm(5):
Expected constant expression: Section "sect"'s size is not known
ERROR: section-sizeof-startof.asm(6):
Expected constant expression: Section "sect"'s start is not known
error: Assembly aborted (2 errors)!