Skip to content

Translator that takes in hex commands and converts it to understandable instructions.

License

Notifications You must be signed in to change notification settings

asatpathy314/cso-toy-isa-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cso-toy-isa-translator

Translator that takes in hex commands and converts it to understandable instructions in the UVA CS 2130 Toy Instruction Set Architecture (ISA).

No need to install any external libraries.

Example Usage:

from translator import program_translator

converter = Translator("file_path_to_your_hex_file")
print(converter.readable)

About

Translator that takes in hex commands and converts it to understandable instructions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages