Files
rgbds/test/asm/ff00+c-bad.err
Sylvie 3e9d2cab12 Make some error messages more consistent (#1393)
* Update some error messages

* Make non-A destination operand syntactically invalid
2024-04-20 23:13:01 +02:00

8 lines
287 B
Plaintext

error: ff00+c-bad.asm(8):
Base value must be equal to $FF00 for $FF00+C
error: ff00+c-bad.asm(9):
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)!