Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.08 KB

File metadata and controls

21 lines (18 loc) · 1.08 KB

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.