asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Add decompiler to UI? #184

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

It would be nice if the code editor (or main window) had an option to decompile the current ROM of the sandbox.

SiebelsTim commented 7 years ago

Additionally I would like to add labels to decompiled code.

MLanghof commented 7 years ago

The decompiled code already had/has labels, but they weren't valid labels (just numbers). I fixed that in #187.