dimanche 25 mai 2014

Simulateur de CPU avec un assembleur, éditeur de liens avec un montage Simple - Stack Overflow


Do somebody know some CPU simulator featuring simple assembly language with assembler, loader, linker for learning and testing purpose. That I could run on GNU systems.




Try SPIM.




I have a thumb (arm 16 bit instruction set). gcc and llvm tools are readily available for C, if you dont need that complication binutils is all you need, easy to cross compile. codesourcery lite is a gcc based fully functional C++/C toolchain with gnu assembler and linker.


http://github.com/dwelch67/thumbulator/wiki/thumbulator


gcb comes with armulator, less visibility into what is going on.




apoo


An environment for a first course in assembly language programming



Do somebody know some CPU simulator featuring simple assembly language with assembler, loader, linker for learning and testing purpose. That I could run on GNU systems.



Try SPIM.



I have a thumb (arm 16 bit instruction set). gcc and llvm tools are readily available for C, if you dont need that complication binutils is all you need, easy to cross compile. codesourcery lite is a gcc based fully functional C++/C toolchain with gnu assembler and linker.


http://github.com/dwelch67/thumbulator/wiki/thumbulator


gcb comes with armulator, less visibility into what is going on.


0 commentaires:

Enregistrer un commentaire