Lokathor/yagbas

Generate RGBDS `sym` files.

Closed this issue · 1 comments

https://rgbds.gbdev.io/sym/

These files give a list of symbol names and symbol addresses, so that a debugger or other tool can render appropriate labels.

Actually, for as long as we intend to only output asm in text form, which we'll then send to rgbasm, then we don't need do emit a sym file, since rgbasm will do that.