Eldred Habert
Eldred Habert
That's still some additional maintaining complexity due to more code, which I believe is not worth the associated feature. `EQUS` is not meant to be an alternative to macros, it's...
You're right that the documentation *definitely* needs updating. Using multiple lines in an `EQUS` is largely an "advanced" feature, which interacts with the lexer and parser in non-obvious ways, so...
We will get to alternatives to `EQUS` when we get there. Since nobody so far has had the meantime to draft a replacement to `EQUS`, it's here to stay. **We...
Wasn't it decided elsewhere to use RGBDS notation? (`$c0de`, `%0010_1010`)
Pan Docs does not try to be a resource for emulator developers, but for homebrew developers. [gb-ctr](https://github.com/Gekkio/gb-ctr) is much better suited to emu dev.
What's the status on this? 1. and 4. are covered by #163, 2. has been fixed, and 3. is now [part of the style guide](https://github.com/gbdev/pandocs/wiki/Document-Style#4-units-and-prefixes), so it's "just" general cleanup...
[NR50 and NR51 descriptions](https://gbdev.io/pandocs/#sound-control-registers)
Linkerscripts can already do this, since they specify sections bank per bank. If we wanted to remove the restriction of having to specify the bank, then your suggestion of writing...
Can we consider this fixed by #517? Make two `SECTION FRAGMENT`s with the same name, and they'll be allocated together. It's not perfect, because the constraints are solved globally on...
Sounds related to #277.