First of all, this specification is rejected.
Instead, we will provide the same functionality as comment.
Update FEBuilderGBA
copy your.sym to FEBuilderGBA/config/etc/YOURROMNAME/comment_.txt
Rename foobar.sym to comment_.txt.
If you already have a file with the same name, overwrite it.
Then, the no$gba symbol will be displayed as a user comment.
The user comment has the highest priority over all symbols.
People who use buildfile won’t be editing with FEBuilderGBA, so this should be sufficient.
At least it achieves the goal of displaying the symbols.
Limitations:
The comment cannot be attached to RAM areas below 0x08000000.
Therefore, all symbols for RAM will be ignored.
Also, please do not put any tabs in the file.
This is because FEBuilderGBA files are in TSV format and are separated by tabs.
no$gba is separated by spaces.
This is to move to the process of reading as no$gba symbol as a failback.
Note that if there is even one tab, it will be processed incorrectly.
Benefits:
User comments are always read in their entirety at startup.
Therefore, they are displayed with the highest priority compared to symbols.
There is no need to wait for FELint to finish.
Compared to symbols, comments are displayed in a special color that stands out.


