diff options
| author | John Bampton <[email protected]> | 2021-03-09 04:35:03 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-03-09 04:35:03 +1000 |
| commit | 3c1ce680a38ea4c57abc49ac16326591d2289f06 (patch) | |
| tree | 33a899870963cbda1eed8c8f47b92388d01d6dea /doc/opcode.md | |
| parent | f2b352944106e61c5b3026f01ded737183a94292 (diff) | |
| download | mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.tar.gz mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.zip | |
chore: fix grammar
Diffstat (limited to 'doc/opcode.md')
| -rw-r--r-- | doc/opcode.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/opcode.md b/doc/opcode.md index 7273ff993..3ad09919c 100644 --- a/doc/opcode.md +++ b/doc/opcode.md @@ -1,12 +1,12 @@ # The new bytecode -We will reimplement VM to use 8bit instruction code. By +We will reimplement the VM to use 8bit instruction code. By bytecode, we mean real byte code. The whole purpose is reducing the memory consumption of mruby VM. # Instructions -Instructions are bytes. There can be 256 instructions. Currently we +Instructions are bytes. There can be 256 instructions. Currently, we have 94 instructions. Instructions can take 0 to 3 operands. ## operands |
