Skip to content
Snippets Groups Projects
Commit a5d510fe authored by nanocryk's avatar nanocryk
Browse files

Missing bit for val opcode

parent 1228f07d
No related branches found
No related tags found
1 merge request!6WIP: RFC 5 : New Scalable Blockchain Protocol
......@@ -411,7 +411,7 @@ Then, each fonction contains on of these opcodes.
| Opcode | Name | Description
|:-------|:-----|:---------
| `0b00XXXXXX` | `valXXXXXX` | Use a value of `XXXXX` (0-63).
| `0b00XXXXXX` | `valXXXXXX` | Use a value of `XXXXXX` (0-63).
| `0b01XXXXXX` | `sysXXXXXX` | Use system function `XXXXXX` (0-63).
| `0b100XXXXX` | `usrXXXXX` | Use user function `XXXXX` (0-31).
| `0b1010XXXX` | `parXXXX` | Use function parameter `XXXX` (0-15)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment