Skip to content
/ MARIE Public

An Assembler for MARIE (Machine Architecture that is Really Intuitive and Easy)

Notifications You must be signed in to change notification settings

elbakly/MARIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Assembler for MARIE

(Machine Architecture that is Really Intuitive and Easy)

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

Requirements

  • Ubuntu
  • Run in the terminal in full screen

use marie.txt for the marie input use the mariebin.txt for the binary input

About

An Assembler for MARIE (Machine Architecture that is Really Intuitive and Easy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages