Update readme
This commit is contained in:
parent
679b25a874
commit
10279426e5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -18,8 +18,8 @@ All the architecture components are located in _components_ folder:
|
|||
### 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. Here is an example of how to add two number:
|
||||
|
||||
> BIPUSH
|
||||
> 12
|
||||
> BIPUSH
|
||||
> 5
|
||||
> IADD
|
||||
> BIPUSH<br />
|
||||
> 12<br />
|
||||
> BIPUSH<br />
|
||||
> 5<br />
|
||||
> IADD<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue