From 3c1ce680a38ea4c57abc49ac16326591d2289f06 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 9 Mar 2021 04:35:03 +1000 Subject: chore: fix grammar --- doc/opcode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/opcode.md') 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 -- cgit v1.2.3