This program accepts MARIE Instruction set as File Input: Binary or Hex or MARIE Output: One table displaying the three language as below
__________________________________________________________
| Addr | Hexcode | Instructions | Binary |
-----------------------------------------------------------
| 100 | 1104 | Load 104 | 000100010000100 |
-----------------------------------------------------------
For proper display of output please use fullscreen terminal on ubuntu
- Ubuntu
- Run in the terminal in full screen
use marie.txt for the marie input use the mariebin.txt for the binary input