scarybeasts / beebjit

A very fast BBC Micro emulator.
Other
132 stars 15 forks source link

Feature Request - Memory Labels in debugger #44

Open Homo-carbonis opened 2 years ago

Homo-carbonis commented 2 years ago

Using the debugger while editing a program would be easier if you could import a list of address labels like the one generated by beebasm -d. It would allow you to keep referring to the same place in the code even when the address changes.