mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make some error messages more consistent (#1393)
* Update some error messages * Make non-A destination operand syntactically invalid
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
error: ff00+c-bad.asm(8):
|
||||
Expected constant expression equal to $FF00 for "$ff00+c"
|
||||
Base value must be equal to $FF00 for $FF00+C
|
||||
error: ff00+c-bad.asm(9):
|
||||
Expected constant expression equal to $FF00 for "$ff00+c"
|
||||
error: Assembly aborted (2 errors)!
|
||||
Expected constant expression: 'xyz' is not constant at assembly time
|
||||
error: ff00+c-bad.asm(9):
|
||||
Base value must be equal to $FF00 for $FF00+C
|
||||
error: Assembly aborted (3 errors)!
|
||||
|
||||
Reference in New Issue
Block a user