Skip to content

This is our digital logic design project. The java program takes assembly code and converts it to hexadecimal code. And hex code is input for our Logisim circuit's instraction memory file. Logisim circuit runs the instructions and modify registers and data memory.

Notifications You must be signed in to change notification settings

ysntrkc/AssemblyToHex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssemblyToHex

The program converts assembly code to hexadecimal.


In order to run this program, you need to type some commands to command line.

  • First, type the following command to compile the program:
javac AssemblyToHex.java
  • Then, type the following command to run the program:
java AssemblyToHex <input_file> <output_file>

About

This is our digital logic design project. The java program takes assembly code and converts it to hexadecimal code. And hex code is input for our Logisim circuit's instraction memory file. Logisim circuit runs the instructions and modify registers and data memory.

Topics

Resources

Stars

Watchers

Forks

Languages