From 10279426e5bd783d9525c0ef758d8642770cb534 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Fri, 31 Aug 2018 20:12:13 +0200 Subject: [PATCH] Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83a0c65..50ddb63 100644 --- a/README.md +++ b/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
+> 12
+> BIPUSH
+> 5
+> IADD