Skip to content

Releases: baudetromain/PARM-code-assembler

Release #1

09 Dec 09:44
f9adbcb
Compare
Choose a tag to compare

This is the first release of the project.
The program is able to convert a ARM-cortex-V0 assembly code into the corresponding hexadecimal code, that a cortex-V0 CPU should be able to read and execute.
usage : java -jar PARM-code-assembler-1.0.jar
output file is not mandatory ; if not given, the result will be printed in console instead. However, it is better to provide an output file (copying from console is not recommended 😂).