Update README

This commit is contained in:
Dominic Grimm 2022-09-11 16:41:25 +02:00
parent 604c89f72f
commit 7943b1607b
No known key found for this signature in database
GPG key ID: A6C051C716D2CE65

View file

@ -11,7 +11,7 @@
# Opcodes # Opcodes
| Index | Name | Description | Arguments | | Index | Name | Description | Arguments |
| ------ | ------ | ------------------------------------------------------------------ | --------- | | ------ | ------ | ------------------------------------------------------------ | --------- |
| `0x00` | `nop` | No operation | | | `0x00` | `nop` | No operation | |
| `0x01` | `push` | Push to stack | | | `0x01` | `push` | Push to stack | |
| `0x02` | `pop` | Pops top of stack | | | `0x02` | `pop` | Pops top of stack | |