rgbds
rgbds copied to clipboard
[Feature request] `__SECTION__` constant for the current section name
This would let you do SIZEOF(__SECTION__)
and STARTOF(__SECTION__)
, and get the offset within the current section with @ - STARTOF(__SECTION__)
, without having to repeat a literal section name.