A Python Package to simulate a MARIE architecture on any computer
Project description
MarieSimulator
Simulator for MARIE (Machine Architecture that is Really Intuitive and Easy)
Code Format
from marieSimulator import Marie, MarieReader as mr # import the marie and marie reader modules
marie = Marie(mr('trial')) # trial is the file containing Marie instructions
marie.run() # run the program
marie.show() # show memory in hex after running
Trial File
Load X
Add One
Store X
Halt
X, HEX 0000
One, HEX 0001
GUI Mode
from marieSimulator import MarieGUI, app
import sys
window = MarieGUI()
window.show()
sys.exit(app.exec())
Supported Opcodes (Instructions)
- Load X
- Store X
- Add X
- Subt X
- Input
- Output
- Halt
- Skipcond X
- Jump X
- Clear
- AddI X
- JumpI X
- LoadI X
- StoreI X
- JnS X
- HEX X
Download the GUI application here Or copy: https://www.aaryandehade.live/Marie%20Simulator.dmg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marieSimulator-1.1.8.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marieSimulator-1.1.8.tar.gz.
File metadata
- Download URL: marieSimulator-1.1.8.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dd769443aef558c30942ebb55eb5191c91d022a129a1172771fea450a92b749
|
|
| MD5 |
7b0e59ff650c2acc00a6065553cf5afc
|
|
| BLAKE2b-256 |
b6e7ec4289c77a825d2481ad3e98dad6ece99cfad7ee2f54c981f4e495b5fd75
|
File details
Details for the file marieSimulator-1.1.8-py3-none-any.whl.
File metadata
- Download URL: marieSimulator-1.1.8-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71972dfd4544b612c6c66e2b499d9c537ab11cb1d0aa32527f7e16d795b90b2c
|
|
| MD5 |
a60355d41b0337208b3a9a9180df4abb
|
|
| BLAKE2b-256 |
05555ffc169ba73f656a8d369bbae70e7938a1777d9d273735a0fb5dde0df59c
|