mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This increments the object file revision number from 11 to 12 since it adds a new `RPN_BIT_INDEX` command.
20 lines
739 B
Plaintext
20 lines
739 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
|
|
warning: invalid-instructions.asm(7): [-Wtruncation]
|
|
Expression must be 3-bit
|
|
error: invalid-instructions.asm(7):
|
|
Invalid bit index 8 for BIT
|
|
error: invalid-instructions.asm(8):
|
|
Invalid address $40 for RST
|
|
error: Assembly aborted (8 errors)!
|