The small program simply does a multiplying of 2 numbers and ask for user input until receives "!" to terminate.
- 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.