diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-08-31 20:12:13 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-08-31 20:12:13 +0200 |
| commit | 10279426e5bd783d9525c0ef758d8642770cb534 (patch) | |
| tree | f1c644d9b7cb50a9b4ea47551cc7258ccfc8637c | |
| parent | 679b25a874d2dc2b12781c340f4eb58de8247e91 (diff) | |
Update readme
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 /> |
