Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/malaksadek/assembly-translator
- Owner: MalakSadek
- License: gpl-3.0
- Created: 2020-05-14T16:41:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T16:13:55.000Z (over 3 years ago)
- Last Synced: 2024-09-09T16:11:42.874Z (2 months ago)
- Topics: assembly-language, java, machine-code, regex, regex-pattern, translation, translator
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- 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: [email protected]
* LinkedIn: www.linkedin.com/in/malak-sadek-17aa65164/
* website: http://malaksadekapps.com/