From 4f8efe04cd9f6dddcb9523405c6cd7e5c89e00e5 Mon Sep 17 00:00:00 2001 From: Agusx1211 Date: Tue, 13 Feb 2024 18:38:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72f349..163a7a1 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ The operations are: | `0x27` | `READ_ADDRESS_2` | | Reads an address from the respository into the buffer, it uses 2 bytes for the pointer. | | `0x28` | `READ_ADDRESS_3` | | Reads an address from the respository into the buffer, it uses 3 bytes for the pointer. | | `0x29` | `READ_ADDRESS_4` | | Reads an address from the respository into the buffer, it uses 4 bytes for the pointer. | -| `0x2a` | `WRITE_BYTES32` | | Saves a bytes32 on the respository, it writes the value to the buffer. | +| `0x2a` | `SAVE_BYTES32` | | Saves a bytes32 on the respository, it writes the value to the buffer. | | `0x2b` | `READ_BYTES32_2` | | Reads a bytes32 from the respository into the buffer, it uses 2 bytes for the pointer. | | `0x2c` | `READ_BYTES32_3` | | Reads a bytes32 from the respository into the buffer, it uses 3 bytes for the pointer. | | `0x2d` | `READ_BYTES32_4` | | Reads a bytes32 from the respository into the buffer, it uses 4 bytes for the pointer. |