Files
rgbds/test/asm/invalid-instructions.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

18 lines
671 B
Plaintext

error: invalid-instructions.asm(1):
Address $10000 is not 16-bit
error: invalid-instructions.asm(2):
LD [HL], [HL] is not a valid instruction
error: invalid-instructions.asm(3):
Base value must be equal to $FF00 for $FF00+C
error: invalid-instructions.asm(4):
syntax error, unexpected c, expecting hl
error: invalid-instructions.asm(5):
syntax error, unexpected bc, expecting hl
error: invalid-instructions.asm(6):
syntax error, unexpected number, expecting hl
error: invalid-instructions.asm(7):
Bit number must be between 0 and 7, not 8
error: invalid-instructions.asm(8):
Invalid address $40 for RST
error: Assembly aborted (8 errors)!