Update readme
This commit is contained in:
parent
16fd07d6a8
commit
e0f3b5f394
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ All the architecture components are located in _components_ folder:
|
||||||
- **microprogram.py** Contains IJVM implementation that use Mic-1 architecture
|
- **microprogram.py** Contains IJVM implementation that use Mic-1 architecture
|
||||||
- **caretaker.py** Hold all the Mic-1 architecture components (registers, ram etc..)
|
- **caretaker.py** Hold all the Mic-1 architecture components (registers, ram etc..)
|
||||||
- **ram.py** Contains a simple RAM implementation
|
- **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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue