lundi 27 avril 2015

What's the best way to make an Assembly compiler in Python available online?

The compiler works by receiving a file that contains the macro assembler source code then, it generates two files, one is the list and the other one is the hex file.

Everything works alright while offline but I want to make it online.

In this case, the user will provide an MC68HC11 assembly source code file to my server (I already have the server up and running) and after this, my server will compile it using the Python script I wrote and then it will give the user an option to download the list and the hex file.




Aucun commentaire:

Enregistrer un commentaire