Skip to content

DucNgn/System-Hardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

COMP 228: System Hardware

This repo contains the assembled program written for MARIE architecture.

The small program simply does a multiplying of 2 numbers and ask for user input until receives "!" to terminate.

Instruction:

There are 2 ways to stimulate MARIE:

Via an online platform using JavaScript.

  • Copy everything inside mult.mas. Source of the website.
  • Go to this MARIE online simulator. Repo of the platform.
  • Paste the copied code into the text editor.
  • Assemble => Run. ##Via a Java Virtual Machine. Download from here
  • Clone this repo.
  • Open MarieSim.jar after unzip the downloaded package
  • Load the file mult.mex inside the repo. (mult.mex is an assembled file from the source code so you do not have to assemble the source code again to execute the program)
  • Run.
@Duc Nguyen. Concordia - Summer 2019.

About

System Hardware with MARIE (COMP-228)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published