feat(furvm): introduce set instruction

Closes: #57
This commit is contained in:
2026-07-14 12:40:47 +02:00
parent 03448d865e
commit 42e71080a2
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -38,6 +38,11 @@ enum class instruction_t : byte {
*/
Get,
/**
* @brief Sets an array element.
*/
Set,
/**
* @brief Pops top element from the stack.
*/