mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- "Double quotes" for strings (filenames, section names, CLI option arguments, etc) - 'Single quotes' for characters and CLI option flags - `Backticks` for keywords and identifiers (symbol names, charmap names, etc) CLI option flags also have their leading dashes
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
error: STRFMT: Invalid format spec for argument 2
|
|
at invalid-format.asm(1)
|
|
error: STRFMT: Invalid format spec for argument 2
|
|
at invalid-format.asm(2)
|
|
error: STRFMT: Invalid format spec for argument 2
|
|
at invalid-format.asm(3)
|
|
error: STRFMT: Invalid format spec for argument 2
|
|
at invalid-format.asm(4)
|
|
error: Fixed-point constant precision 0 invalid, defaulting to 16
|
|
at invalid-format.asm(5)
|
|
error: STRFMT: Invalid format spec for argument 2
|
|
at invalid-format.asm(5)
|
|
error: Invalid format spec "5d5"
|
|
at invalid-format.asm(8)
|
|
error: Invalid format spec "xx"
|
|
at invalid-format.asm(9)
|
|
error: Formatting string with sign flag '+'
|
|
at invalid-format.asm(11)
|
|
error: Formatting string with padding flag '0'
|
|
at invalid-format.asm(12)
|
|
error: Formatting string with fractional width
|
|
at invalid-format.asm(13)
|
|
error: Formatting string with fractional precision
|
|
at invalid-format.asm(14)
|
|
error: Formatting type 'd' with exact flag '#'
|
|
at invalid-format.asm(16)
|
|
error: Formatting type 'd' with fractional width
|
|
at invalid-format.asm(17)
|
|
error: Formatting type 'd' with fractional precision
|
|
at invalid-format.asm(18)
|
|
Assembly aborted with 15 errors!
|