The app was mostly made to run small snippets to teach assembly but I'm working on adding multiple source files right now and it's almost finished!
The long term goal was to also add "compile from C" which shows the C to assembly compilation, which can then be emulated line by line.
About the download of assembled binaries, on the roadmap there is upload and download of binaries so you can disassemble some binary, read the contents, compile programs and download them, the harder part is linking. All assemblers (except m68k) could in theory already export the binary, i just did not add the functionality yet.
Comments
The app was mostly made to run small snippets to teach assembly but I'm working on adding multiple source files right now and it's almost finished!
The long term goal was to also add "compile from C" which shows the C to assembly compilation, which can then be emulated line by line.
About the download of assembled binaries, on the roadmap there is upload and download of binaries so you can disassemble some binary, read the contents, compile programs and download them, the harder part is linking. All assemblers (except m68k) could in theory already export the binary, i just did not add the functionality yet.