gbdev / rgbds-live

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.
https://gbdev.io/rgbds-live/
MIT License
36 stars 8 forks source link

[Feature request] A Sym tab to show the outputted symbols #1

Open Rangi42 opened 3 years ago

Rangi42 commented 3 years ago

This would be useful to see which symbols are getting exported (optionally with `-E1), or see what addresses some symbols end up at (particularly when a macro is creating them).