Eldred Habert
05becf3f4b
Merge pull request #381 from NieDzejkob/rgbgfx-curve
...
rgbgfx: Add an option to take the CGB's color profile into account
2019-08-29 22:19:36 +02:00
Eldred Habert
3cc7981c82
Merge pull request #402 from dbrotz/fix-386
...
Fix nested if statements that don't have following whitespace
2019-08-29 22:06:10 +02:00
Eldred Habert
ce05cb5683
Merge pull request #401 from dbrotz/line-cont-test
...
Get rid of error in line continuation test
2019-08-29 21:23:00 +02:00
Eldred Habert
3a1b47129e
Merge pull request #397 from NieDzejkob/test-local-without-parent
...
Add a test for a defining local label without a parent
2019-08-29 20:24:36 +02:00
Eldred Habert
6ffa751090
Merge pull request #390 from ISSOtm/print_types
...
Add "print types" to bracketed symbols
2019-08-29 20:12:32 +02:00
Eldred Habert
c3641321d7
Merge pull request #399 from ISSOtm/allow_dots
...
Allow periods to continue macro args
2019-08-29 20:09:32 +02:00
Eldred Habert
446173f0cb
Merge pull request #387 from ISSOtm/set_doesnt_override_equ
...
Prevent `SET` from overriding constant symbols
2019-08-29 20:08:08 +02:00
Eldred Habert
e27f381842
Merge pull request #361 from ISSOtm/better_section_overflow
...
Improve section overflow error message
2019-08-29 20:04:48 +02:00
ISSOtm
a3ee76dddd
Allow periods to continue macro args
...
c75a953 broke my (previously-working) project that defined, via
macros, 'sizeof_.player'.
A test was added to confirm that those are indeed accepted
outside of macros.
2019-08-29 19:51:47 +02:00
ISSOtm
995265c549
Improve testing bracketed symbols
...
Also test EQU and _RS constants, as well as that EQUS errors out,
and that labels don't work.
2019-08-29 19:16:28 +02:00
Eldred Habert
b069278e98
Merge pull request #384 from dbrotz/fix-local-label-segfault
...
Check if parent exists for local label reference
2019-08-29 19:05:27 +02:00
Eldred Habert
9738c88f95
Merge pull request #383 from dbrotz/fix-380
...
Change the precedence of == to match the documentation
2019-08-29 17:14:05 +02:00
ISSOtm
a21ea30be0
Add tests for bracketed symbols
2019-08-29 17:08:54 +02:00
ISSOtm
64752da42d
Add "print types" to bracketed symbols
...
Should partially cover #178 and close #270 .
This allows printing numbers in different bases and without the dollar prefix
This is especially useful in macros because the dollar isnt a valid character
for symbol names, requiring heavy `STRSUB` usage.
2019-08-29 14:04:58 +02:00
ISSOtm
e3e18063c6
Prevent SET from overriding constant symbols
...
Fixes #341
2019-08-27 21:23:36 +02:00
ISSOtm
e400eac42b
Improve section overflow error message
...
When trying to fix a section becoming too large, the size it reached is necessary to know whether to optimize away a few bytes or split it entirely.
This error is also commonly encountered when INCBINing too large a slice of a file, in which case the amount of bytes by which the section is too large is again an useful information
2019-08-20 19:13:01 +02:00
Eldred Habert
fac7247483
Update descriptions of how flags are pushed/popped
...
Signed-off-by: ISSOtm <[email protected] >
2018-06-06 09:06:07 +02:00