Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Add info about string expansions in error reports

This is especially useful when an EQUS expands to another one, to help
track them.
This is done s...

github.com/gbdev/rgbds-deb - 55fbecee497b7971b9b773fe7136ff953b10e186 authored about 5 years ago by ISSOtm <[email protected]>
typo fix (#144)

github.com/gbdev/awesome-gbdev - 595ddc778ee5d51f34c9f436458bb724213f2ef5 authored about 5 years ago by Lokathor <[email protected]>
Fix macro and rept buffer overflows

Macro and rept buffers were not always being terminated with newlines
and/or were vulnerable to t...

github.com/gbdev/rgbds - f36a3d5b2aab0fdfa9a1db0a10bc58677f18ac80 authored about 5 years ago by dbrotz <[email protected]>
Fix macro and rept buffer overflows

Macro and rept buffers were not always being terminated with newlines
and/or were vulnerable to t...

github.com/gbdev/rgbds-deb - f36a3d5b2aab0fdfa9a1db0a10bc58677f18ac80 authored about 5 years ago by dbrotz <[email protected]>
Reject input that contains null characters

Null characters in the middle of strings interact badly with the RGBDS
codebase, which assumes nu...

github.com/gbdev/rgbds-deb - c5e8e4ff83c70ddf32f00bfa69f0d4f918af3c15 authored about 5 years ago by dbrotz <[email protected]>
Reject input that contains null characters

Null characters in the middle of strings interact badly with the RGBDS
codebase, which assumes nu...

github.com/gbdev/rgbds - c5e8e4ff83c70ddf32f00bfa69f0d4f918af3c15 authored about 5 years ago by dbrotz <[email protected]>
Merge pull request #417 from ISSOtm/zero_sections

Allow 0-byte SECTIONs to be fixed anywhere

github.com/gbdev/rgbds - ccc666c1e4b38fa2d1608b81d49b0dac253cefca authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #417 from ISSOtm/zero_sections

Allow 0-byte SECTIONs to be fixed anywhere

github.com/gbdev/rgbds-deb - ccc666c1e4b38fa2d1608b81d49b0dac253cefca authored about 5 years ago by Eldred Habert <[email protected]>
Handle tabs after backslash at end of file

Commit 6fbb25c added support for tabs between a \ and the newline it escapes,
but yy_create_buffe...

github.com/gbdev/rgbds-deb - 89eda89838755902482a0e6619dea77c06fd64a9 authored about 5 years ago by dbrotz <[email protected]>
Handle tabs after backslash at end of file

Commit 6fbb25c added support for tabs between a \ and the newline it escapes,
but yy_create_buffe...

github.com/gbdev/rgbds - 89eda89838755902482a0e6619dea77c06fd64a9 authored about 5 years ago by dbrotz <[email protected]>
Merge pull request #418 from dbrotz/fix-symbol-macro-arg-0

Print useful error message when '\0' is used in a symbol name

github.com/gbdev/rgbds - 17b9838c8fdf8f74edf741ac05a45affe0332089 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #418 from dbrotz/fix-symbol-macro-arg-0

Print useful error message when '\0' is used in a symbol name

github.com/gbdev/rgbds-deb - 17b9838c8fdf8f74edf741ac05a45affe0332089 authored about 5 years ago by Eldred Habert <[email protected]>
Print useful error message when '\0' is used in a symbol name

AppendMacroArg() was passing 0 to sym_FindMacroArg(), which caused an assertion
failure. Now, App...

github.com/gbdev/rgbds-deb - 889dd83798f108d1d26bba84b6412b36a03e87b8 authored about 5 years ago by dbrotz <[email protected]>
Print useful error message when '\0' is used in a symbol name

AppendMacroArg() was passing 0 to sym_FindMacroArg(), which caused an assertion
failure. Now, App...

github.com/gbdev/rgbds - 889dd83798f108d1d26bba84b6412b36a03e87b8 authored about 5 years ago by dbrotz <[email protected]>
Allow 0-byte SECTIONs to be fixed anywhere

They do not take any room, so they can only be used to define symbols at
a given location. I ran ...

github.com/gbdev/rgbds - 38a372f25f3a44b127cad45e5299743a15503f6c authored about 5 years ago by ISSOtm <[email protected]>
Allow 0-byte SECTIONs to be fixed anywhere

They do not take any room, so they can only be used to define symbols at
a given location. I ran ...

github.com/gbdev/rgbds-deb - 38a372f25f3a44b127cad45e5299743a15503f6c authored about 5 years ago by ISSOtm <[email protected]>
Fix unary NOT being broken

nVal wasn't being set, this made the operator a no-op on constant expressions

github.com/gbdev/rgbds-deb - 2e6f5ac679b6fec430023a1527fb4d4f9a8bfc82 authored about 5 years ago by ISSOtm <[email protected]>
Fix unary NOT being broken

nVal wasn't being set, this made the operator a no-op on constant expressions

github.com/gbdev/rgbds - 2e6f5ac679b6fec430023a1527fb4d4f9a8bfc82 authored about 5 years ago by ISSOtm <[email protected]>
Fix incorrect evaluation of && and ||

f29d768 forgot to switch these two `expr->nVal` to `src1->nVal`
This won't break anything, since ...

github.com/gbdev/rgbds - 7a45fc68d9d6eedc7413fda0c421785e227e244d authored about 5 years ago by ISSOtm <[email protected]>
Fix incorrect evaluation of && and ||

f29d768 forgot to switch these two `expr->nVal` to `src1->nVal`
This won't break anything, since ...

github.com/gbdev/rgbds-deb - 7a45fc68d9d6eedc7413fda0c421785e227e244d authored about 5 years ago by ISSOtm <[email protected]>
Clean up suffix rules

Generate .c files from .l files instead of directly a .o
Improve yacc and lex header generation d...

github.com/gbdev/rgbds-deb - 1288737c0d195243b63fcbdd4c3b9a8ba3ce21ce authored about 5 years ago by ISSOtm <[email protected]>
Clean up suffix rules

Generate .c files from .l files instead of directly a .o
Improve yacc and lex header generation d...

github.com/gbdev/rgbds - 1288737c0d195243b63fcbdd4c3b9a8ba3ce21ce authored about 5 years ago by ISSOtm <[email protected]>
Have `make clean` delete all generated .o files

Especially important if the file structure changes, to avoid
leaving stale object files in non-fr...

github.com/gbdev/rgbds - 59023062712deb0becdb4af588afa242fdea76a0 authored about 5 years ago by ISSOtm <[email protected]>
Remove locallex.o reference

The file was deleted in 8e88659, finish eliminating it

github.com/gbdev/rgbds - 2fe4521a966883f6d06f4df2170ff96f82c1f2c9 authored about 5 years ago by ISSOtm <[email protected]>
Remove locallex.o reference

The file was deleted in 8e88659, finish eliminating it

github.com/gbdev/rgbds-deb - 2fe4521a966883f6d06f4df2170ff96f82c1f2c9 authored about 5 years ago by ISSOtm <[email protected]>
Have `make clean` delete all generated .o files

Especially important if the file structure changes, to avoid
leaving stale object files in non-fr...

github.com/gbdev/rgbds-deb - 59023062712deb0becdb4af588afa242fdea76a0 authored about 5 years ago by ISSOtm <[email protected]>
Separate LDFLAGS from CFLAGS

github.com/gbdev/rgbds-deb - 74673436a182e0fb4a6917d904f5cdfb7ef70ea4 authored about 5 years ago by ISSOtm <[email protected]>
Make CI output Makefile commands

This is good for debugging Makefiles on systems I don't have (eg. macOS)
End users will not be af...

github.com/gbdev/rgbds-deb - 481748c279e0ea021d8a192c244db680a86874c1 authored about 5 years ago by ISSOtm <[email protected]>
Separate LDFLAGS from CFLAGS

github.com/gbdev/rgbds - 74673436a182e0fb4a6917d904f5cdfb7ef70ea4 authored about 5 years ago by ISSOtm <[email protected]>
Make CI output Makefile commands

This is good for debugging Makefiles on systems I don't have (eg. macOS)
End users will not be af...

github.com/gbdev/rgbds - 481748c279e0ea021d8a192c244db680a86874c1 authored about 5 years ago by ISSOtm <[email protected]>
/* SGB Multiplayer Command */

github.com/gbdev/pandocs - 000aab35ac78eaabf7f7ec82b984753eb48f0e2e authored about 5 years ago by endrift <[email protected]>
Phrasing/clarity

github.com/gbdev/pandocs - 732eac148f4b0d0aad39cce63511e1de2b06466a authored about 5 years ago by endrift <[email protected]>
Update docs on char escapes in macro args

Fixes #415

github.com/gbdev/rgbds - 9faa5c7a9e17fb112d8a2d2156cc82070c8053d1 authored about 5 years ago by ISSOtm <[email protected]>
Update docs on char escapes in macro args

Fixes #415

github.com/gbdev/rgbds-deb - 9faa5c7a9e17fb112d8a2d2156cc82070c8053d1 authored about 5 years ago by ISSOtm <[email protected]>
Clean up lexer.c

Remove some hardcoded character values
Allow tabs to be used for line continuations

github.com/gbdev/rgbds-deb - 6fbb25c0dae9d755ef5eeb1326472de46811df77 authored about 5 years ago by ISSOtm <[email protected]>
Clean up lexer.c

Remove some hardcoded character values
Allow tabs to be used for line continuations

github.com/gbdev/rgbds - 6fbb25c0dae9d755ef5eeb1326472de46811df77 authored about 5 years ago by ISSOtm <[email protected]>
Remove `-Wchkp` from `develop` target

This option has been removed in GCC 9, and according to GCC 8.2's man page,
only has an implement...

github.com/gbdev/rgbds - 65fc42cce50de0a5039e703f6be568a29e23e213 authored about 5 years ago by ISSOtm <[email protected]>
Remove `-Wchkp` from `develop` target

This option has been removed in GCC 9, and according to GCC 8.2's man page,
only has an implement...

github.com/gbdev/rgbds-deb - 65fc42cce50de0a5039e703f6be568a29e23e213 authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #400 from NieDzejkob/out.pipe-substitute

test/asm: Generate .out.pipe files on the fly

github.com/gbdev/rgbds-deb - 736b7727b6e8aeff780ded36b6621464d1228550 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #400 from NieDzejkob/out.pipe-substitute

test/asm: Generate .out.pipe files on the fly

github.com/gbdev/rgbds - 736b7727b6e8aeff780ded36b6621464d1228550 authored about 5 years ago by Eldred Habert <[email protected]>
Remove the no-longer-needed .out.pipe files

github.com/gbdev/rgbds - fa920f8449a97ba28dc6838a1f8f0f5d031d37d6 authored about 5 years ago by Jakub Kądziołka <[email protected]>
Remove the no-longer-needed .out.pipe files

github.com/gbdev/rgbds-deb - fa920f8449a97ba28dc6838a1f8f0f5d031d37d6 authored about 5 years ago by Jakub Kądziołka <[email protected]>
test/asm: special-case include-recursion

github.com/gbdev/rgbds-deb - 01aa56606fd4ca478d5c1513d494a9f0a6754f09 authored about 5 years ago by Jakub Kądziołka <[email protected]>
test/asm: special-case include-recursion

github.com/gbdev/rgbds - 01aa56606fd4ca478d5c1513d494a9f0a6754f09 authored about 5 years ago by Jakub Kądziołka <[email protected]>
test/asm: Generate .out.pipe files on the fly

github.com/gbdev/rgbds - bddd5bc678064f0fdf3ce18942ecb6c6bed4b208 authored about 5 years ago by Jakub Kądziołka <[email protected]>
test/asm: Generate .out.pipe files on the fly

github.com/gbdev/rgbds-deb - bddd5bc678064f0fdf3ce18942ecb6c6bed4b208 authored about 5 years ago by Jakub Kądziołka <[email protected]>
Merge pull request #405 from ISSOtm/output_errors

Make RGBDS behave identically whether writing a .o

github.com/gbdev/rgbds-deb - f6b7e39ce7fc91f5e0320719625bae86761c09cc authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #405 from ISSOtm/output_errors

Make RGBDS behave identically whether writing a .o

github.com/gbdev/rgbds - f6b7e39ce7fc91f5e0320719625bae86761c09cc authored about 5 years ago by Eldred Habert <[email protected]>
Add url link to releases page to readme (#413)

github.com/gbdev/rgbds - 1363dd8f34ecbe5d7c0eb900a955f92303c50718 authored about 5 years ago by clach04 <[email protected]>
Add url link to releases page to readme (#413)

github.com/gbdev/rgbds-deb - 1363dd8f34ecbe5d7c0eb900a955f92303c50718 authored about 5 years ago by clach04 <[email protected]>
Merge pull request #412 from clach04/patch-1

Clarify install instructions on Windows

github.com/gbdev/rgbds-deb - 8214f0c09db676e29db69b74aa945ab8cdc5d6ae authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #412 from clach04/patch-1

Clarify install instructions on Windows

github.com/gbdev/rgbds - 8214f0c09db676e29db69b74aa945ab8cdc5d6ae authored about 5 years ago by Eldred Habert <[email protected]>
Add missing RAM bank selection

github.com/gbdev/pandocs - f56ee093011982741a0a6699d3c3754322b95f2d authored about 5 years ago by endrift <[email protected]>
Readme windows install instructions, alternative install location

github.com/gbdev/rgbds - ff7c46f5a64f1c463ae094545dd0eaa93ff87a47 authored about 5 years ago by clach04 <[email protected]>
Readme windows install instructions, alternative install location

github.com/gbdev/rgbds-deb - ff7c46f5a64f1c463ae094545dd0eaa93ff87a47 authored about 5 years ago by clach04 <[email protected]>
Make RGBDS behave identically whether writing a .o

Some errors are only tripped in `out_WriteObject`, which was
basically a stub when `-o` wasn't sp...

github.com/gbdev/rgbds-deb - b44f5825a57942f7ceb29d02fca9f9ea35e5f4f1 authored about 5 years ago by ISSOtm <[email protected]>
Make RGBDS behave identically whether writing a .o

Some errors are only tripped in `out_WriteObject`, which was
basically a stub when `-o` wasn't sp...

github.com/gbdev/rgbds - b44f5825a57942f7ceb29d02fca9f9ea35e5f4f1 authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #395 from ISSOtm/better_error_stack

Improve error stack

github.com/gbdev/rgbds - 631910bd670cf46663d68717e73d504cf8d469c2 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #395 from ISSOtm/better_error_stack

Improve error stack

github.com/gbdev/rgbds-deb - 631910bd670cf46663d68717e73d504cf8d469c2 authored about 5 years ago by Eldred Habert <[email protected]>
Improve error stack

The old error stack was fairly obtuse and hard to use for debugging.
This improves it notably by ...

github.com/gbdev/rgbds-deb - 37089ef940a25e04f263233d5436b2d8b7ef3f70 authored about 5 years ago by ISSOtm <[email protected]>
Improve error stack

The old error stack was fairly obtuse and hard to use for debugging.
This improves it notably by ...

github.com/gbdev/rgbds - 37089ef940a25e04f263233d5436b2d8b7ef3f70 authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #411 from ISSOtm/recursion_limit

Add a recursion limit

github.com/gbdev/rgbds - 4ef27a0d239a9752c176031f1665ffa5f4abbba0 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #411 from ISSOtm/recursion_limit

Add a recursion limit

github.com/gbdev/rgbds-deb - 4ef27a0d239a9752c176031f1665ffa5f4abbba0 authored about 5 years ago by Eldred Habert <[email protected]>
Fix undefined behavior in yyunputstr

Refer to comment at lexer.c:100 for more info

github.com/gbdev/rgbds-deb - 476ccc9f6bc0d292f0336132670de0dfacee7aef authored about 5 years ago by ISSOtm <[email protected]>
Fix undefined behavior in yyunputstr

Refer to comment at lexer.c:100 for more info

github.com/gbdev/rgbds - 476ccc9f6bc0d292f0336132670de0dfacee7aef authored about 5 years ago by ISSOtm <[email protected]>
Consistency

github.com/gbdev/pandocs - b6c7dd948a275ac982a09bfadb2104080123a351 authored about 5 years ago by endrift <[email protected]>
Created page with "==Overview== MBC6 (Memory Bank Controller 6) is an unusual MBC that contains two separately switchable ROM banks ($4000 and $6000) and RAM banks ($A000 and $B000), SRAM and an..."

github.com/gbdev/pandocs - 16353d4a04571ac225c5fd84e117c4a527c63ff8 authored about 5 years ago by endrift <[email protected]>
Merge pull request #408 from ISSOtm/plumbing

Fix memory leaks with macro args

github.com/gbdev/rgbds - 89dc14fcaf0de602acdc5ea3259a6eafee213a34 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #408 from ISSOtm/plumbing

Fix memory leaks with macro args

github.com/gbdev/rgbds-deb - 89dc14fcaf0de602acdc5ea3259a6eafee213a34 authored about 5 years ago by Eldred Habert <[email protected]>
Update README.rst

Add Windows path note, in preference from adding exes to system locations

github.com/gbdev/rgbds-deb - 1ca2f12d24ca6c855b4f95d8c32123e53c846d02 authored about 5 years ago by clach04 <[email protected]>
Update README.rst

Add Windows path note, in preference from adding exes to system locations

github.com/gbdev/rgbds - 1ca2f12d24ca6c855b4f95d8c32123e53c846d02 authored about 5 years ago by clach04 <[email protected]>
Remove OAM DMA tutorial (#143)

This tutorial is filled with bad practice, and as such is not awesome.

github.com/gbdev/awesome-gbdev - 2d94c414917ba29d786643907377b57cb9acb05a authored about 5 years ago by Eldred Habert <[email protected]>
Fix incorrect line numbers with some IF blocks

If a line ended with a string's closing quote, or a newline escape, then
skipping over that line ...

github.com/gbdev/rgbds - 20b2f5ee2f7cfe8f100c30b6ff6236e63daf76be authored about 5 years ago by ISSOtm <[email protected]>
Fix incorrect line numbers with some IF blocks

If a line ended with a string's closing quote, or a newline escape, then
skipping over that line ...

github.com/gbdev/rgbds-deb - 20b2f5ee2f7cfe8f100c30b6ff6236e63daf76be authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit info to man and help

github.com/gbdev/rgbds-deb - 3cc67c48cf89af221291761611269b37d9b22641 authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit info to man and help

github.com/gbdev/rgbds - 3cc67c48cf89af221291761611269b37d9b22641 authored about 5 years ago by ISSOtm <[email protected]>
Add recursion overflow tests

github.com/gbdev/rgbds - f9a04696f26debc73adac44642bb129bf2f9c70a authored about 5 years ago by ISSOtm <[email protected]>
Add recursion overflow tests

github.com/gbdev/rgbds-deb - f9a04696f26debc73adac44642bb129bf2f9c70a authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit for string expansions

Unlike macros, REPTs and INCLUDEs, this recursion depth is independent.
This is intentional, beca...

github.com/gbdev/rgbds-deb - e0e8170fe6bbbb786e407a9a95f5848ab10a1f26 authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit for string expansions

Unlike macros, REPTs and INCLUDEs, this recursion depth is independent.
This is intentional, beca...

github.com/gbdev/rgbds - e0e8170fe6bbbb786e407a9a95f5848ab10a1f26 authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #409 from rednex/dd-head

Use POSIX-compatible dd(1) instead of head -c.

github.com/gbdev/rgbds - 9b40663d543db447e2790fb41761626be651233e authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #409 from rednex/dd-head

Use POSIX-compatible dd(1) instead of head -c.

github.com/gbdev/rgbds-deb - 9b40663d543db447e2790fb41761626be651233e authored about 5 years ago by Eldred Habert <[email protected]>
Use POSIX-compatible dd(1) instead of head -c.

github.com/gbdev/rgbds-deb - a517f900e434756d65b083fdfc744cf3c85ebb46 authored about 5 years ago by Anthony J. Bentley <[email protected]>
Use POSIX-compatible dd(1) instead of head -c.

github.com/gbdev/rgbds - a517f900e434756d65b083fdfc744cf3c85ebb46 authored about 5 years ago by Anthony J. Bentley <[email protected]>
Merge pull request #403 from dbrotz/multiple-charmaps

Add support for multiple charmaps

github.com/gbdev/rgbds - 350f40300cb2126ab1d701bb1cf21841cc930fce authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #403 from dbrotz/multiple-charmaps

Add support for multiple charmaps

github.com/gbdev/rgbds-deb - 350f40300cb2126ab1d701bb1cf21841cc930fce authored about 5 years ago by Eldred Habert <[email protected]>
Add pushc and popc directives

github.com/gbdev/rgbds-deb - d3db5f0d76db501dfda123d1606ffbb6dfe5a6b7 authored about 5 years ago by dbrotz <[email protected]>
Add pushc and popc directives

github.com/gbdev/rgbds - d3db5f0d76db501dfda123d1606ffbb6dfe5a6b7 authored about 5 years ago by dbrotz <[email protected]>
Make testing external projects use local RGBDS

Currently, the installed version is used instead, which isn't
consistent with the tests, which us...

github.com/gbdev/rgbds - 7e3af4b3cd59ce6c3d059484477b80aec6deb4dc authored about 5 years ago by ISSOtm <[email protected]>
Make testing external projects use local RGBDS

Currently, the installed version is used instead, which isn't
consistent with the tests, which us...

github.com/gbdev/rgbds-deb - 7e3af4b3cd59ce6c3d059484477b80aec6deb4dc authored about 5 years ago by ISSOtm <[email protected]>
Fix memory leaks with macro args

REPT blocks nested in macros (and possibly other cases) leaked
memory on every call. Unlike most ...

github.com/gbdev/rgbds-deb - dfb30723819f52a2a9b5aed7ee0c49ad397c2de1 authored about 5 years ago by ISSOtm <[email protected]>
Fix memory leaks with macro args

REPT blocks nested in macros (and possibly other cases) leaked
memory on every call. Unlike most ...

github.com/gbdev/rgbds - dfb30723819f52a2a9b5aed7ee0c49ad397c2de1 authored about 5 years ago by ISSOtm <[email protected]>
Fix possible unterminated string

sym_SetMacroArgID used a `sprintf` that could write no \0.
In practice this was benign because %u...

github.com/gbdev/rgbds - 02191135a0ed33848e004696f0c5a67a997fec61 authored about 5 years ago by ISSOtm <[email protected]>
Fix possible unterminated string

sym_SetMacroArgID used a `sprintf` that could write no \0.
In practice this was benign because %u...

github.com/gbdev/rgbds-deb - 02191135a0ed33848e004696f0c5a67a997fec61 authored about 5 years ago by ISSOtm <[email protected]>
Comment and improve ParseSymbol and AppendMacroArg

github.com/gbdev/rgbds-deb - dc2c97fe0cf129941b54f8213e536ab2bbfd8463 authored about 5 years ago by ISSOtm <[email protected]>
Comment and improve ParseSymbol and AppendMacroArg

github.com/gbdev/rgbds - dc2c97fe0cf129941b54f8213e536ab2bbfd8463 authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit for INCLUDE and macros

(And REPT.)
Not exactly a *recursion* limit, more like a *stack depth* limit,
but calling it "rec...

github.com/gbdev/rgbds - 6068b565f5f487ad725cacc1ff79ed4451cd89b7 authored about 5 years ago by ISSOtm <[email protected]>
Add recursion limit for INCLUDE and macros

(And REPT.)
Not exactly a *recursion* limit, more like a *stack depth* limit,
but calling it "rec...

github.com/gbdev/rgbds-deb - 6068b565f5f487ad725cacc1ff79ed4451cd89b7 authored about 5 years ago by ISSOtm <[email protected]>
Say which macro argument caused an error when one does

github.com/gbdev/rgbds-deb - a21cef71908be8d93009542a324dceef9c14d855 authored about 5 years ago by ISSOtm <[email protected]>
Say which macro argument caused an error when one does

github.com/gbdev/rgbds - a21cef71908be8d93009542a324dceef9c14d855 authored about 5 years ago by ISSOtm <[email protected]>