aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2018-08-31 18:57:52 +0200
committerLoic GUEGAN <loic.guegan@yahoo.fr>2018-08-31 18:57:52 +0200
commite0f3b5f3942f3cfcbce1e66583c226b9e2ef800e (patch)
tree3278f6b80ce46e7c6312c0659a762d5ffc52d75f
parent16fd07d6a8cc2e91b8305b2d2769379398c9c045 (diff)
Update readme
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3432e7..a6384cd 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,6 @@ All the architecture components are located in _components_ folder:
- **microprogram.py** Contains IJVM implementation that use Mic-1 architecture
- **caretaker.py** Hold all the Mic-1 architecture components (registers, ram etc..)
- **ram.py** Contains a simple RAM implementation
+
+### How to load code in memory ?
+Simply by editing **ram.txt**. Each line corresponding to a byte entry starting from address 0x0 to whatever to $+\infty$ . Each line can be an IJVM _opcode_ or a random byte.