Skip to content

A translator that uses Regex to translate an assembly instruction into machine code πŸ” πŸ–₯ (2015)

License

Notifications You must be signed in to change notification settings

MalakSadek/Assembly-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A translator that uses Regex to translate an assembly instruction into machine code πŸ” πŸ–₯ (2015)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages