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: 18 days ago
JSON representation
A translator that uses Regex to translate an assembly instruction into machine code 🔁 🖥 (2015)
- Host: GitHub
- URL: https://github.com/malaksadek/assembly-translator
- Owner: MalakSadek
- License: gpl-3.0
- Created: 2020-05-14T16:41:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T16:13:55.000Z (about 5 years ago)
- Last Synced: 2025-06-10T23:40:05.095Z (11 months ago)
- Topics: assembly-language, java, machine-code, regex, regex-pattern, translation, translator
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: mfzs1@st-andrews.ac.uk
* LinkedIn: www.linkedin.com/in/malak-sadek-17aa65164/
* website: http://malaksadekapps.com/