Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 416 Bytes

Machine-Languge-Code-Python

A Machine Language Simulator Written in Python

How to Use it

  1. edit the instructions.txt using a text editor
  2. run the code using python
  3. there will be 3 text files:
  4. output.txt: is for any output that is for Display
  5. memory.txt: is the memory dump (256 Address)
  6. registry.txt: is registry (16 registry)

This is code is in dev and may be unstable