Refactor macro args to be owned collectively by their fstack contexts

This commit is contained in:
Rangi42
2024-03-22 13:22:28 -04:00
committed by Sylvie
parent b85c5cde8f
commit 507439bc25
10 changed files with 78 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ warning: interpolation-overflow.asm(4): [-Wlarge-constant]
Precision of fixed-point constant is too large
while expanding symbol "0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
error: interpolation-overflow.asm(4):
Macro argument '\1' not defined
'\1' cannot be used outside of a macro
error: interpolation-overflow.asm(4):
syntax error, unexpected number
error: Assembly aborted (3 errors)!

View File

@@ -3,7 +3,7 @@ error: macro-syntax.asm(7):
error: macro-syntax.asm(7):
syntax error, unexpected MACRO
error: macro-syntax.asm(8):
Macro argument '\1' not defined
'\1' cannot be used outside of a macro
error: macro-syntax.asm(9):
syntax error, unexpected ENDM
error: Assembly aborted (4 errors)!

View File

@@ -3,7 +3,7 @@ error: macro-syntax.asm(7):
error: macro-syntax.asm(7):
syntax error
error: macro-syntax.asm(8):
Macro argument '\1' not defined
'\1' cannot be used outside of a macro
error: macro-syntax.asm(9):
syntax error
error: Assembly aborted (4 errors)!