feat(furvm): add operation instructions

This commit is contained in:
2026-06-10 20:02:31 +02:00
parent 0534359503
commit 4d935ef75f
4 changed files with 145 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ static constexpr std::array<furvm::byte, 6> s_bytecode = {
furvm::byte(furvm::instruction_t::PushB2I),
67,
furvm::byte(furvm::instruction_t::Clone),
furvm::byte(furvm::instruction_t::Drop),
furvm::byte(furvm::instruction_t::Add),
furvm::byte(furvm::instruction_t::Drop),
furvm::byte(furvm::instruction_t::Return),
};