diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 23:33:35 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 23:33:35 +0000 |
commit | 0b0dc4c498eab619b99d9dd615f35f205f172574 (patch) | |
tree | fbf2ea6d219358b9c271a02e9a795be8828a7986 | |
parent | be3cebe211a16dae651f02193750d0b2572f8ddf (diff) | |
download | ovm-0b0dc4c498eab619b99d9dd615f35f205f172574.tar.gz ovm-0b0dc4c498eab619b99d9dd615f35f205f172574.tar.bz2 ovm-0b0dc4c498eab619b99d9dd615f35f205f172574.zip |
Update spec footnotes
-rw-r--r-- | spec.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ virtual machine. Any instruction (even with an operand) has one and only one byte sequence associated with it. * Footnotes [fn:2] ~NOOP~, ~HALT~, ~MDELETE~, ~MSIZE~, ~JUMP_*~ + [fn:1] /UNIT/ refers to the fact that the internal representation of these instructions are singular: two instances of the same /UNIT/ instruction will be identical in terms of their binary. On the other |