Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malaksadek/assembly-translator

A translator that uses Regex to translate an assembly instruction into machine code 🔁 🖥 (2015)
https://github.com/malaksadek/assembly-translator

assembly-language java machine-code regex regex-pattern translation translator

Last synced: about 7 hours ago
JSON representation

A translator that uses Regex to translate an assembly instruction into machine code 🔁 🖥 (2015)

Awesome Lists containing this project

README

        

# Assembly-Translator
A translator implmented in Java that uses Regex to translate an Assembly Instruction into Machine Code 🔁 🖥 (2015).

# Running the Tool

To run the project from the command line, go to the dist folder and
type the following:
`java -jar "Translator.jar`

The instructions.txt file contains the following sample Assembly Instructions to try the program:

`ADD 1, 2, 3`
`branch:`
`XOR 1, 2, 3`
`SW 1, 2(3)`
`LW 1, 3(4)`
`J`
`branch`

# Contact

* email: [email protected]
* LinkedIn: www.linkedin.com/in/malak-sadek-17aa65164/
* website: http://malaksadekapps.com/