feat(furvm): introduce pointer type

Closes: #35
This commit is contained in:
2026-07-11 22:44:18 +02:00
parent 8d3859ce70
commit cd715ae779
5 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int main(int argc, char** argv) {
0,
0,
0,
static_cast<furvm::byte>(furvm::instruction_t::Reference),
static_cast<furvm::byte>(furvm::instruction_t::Pointerof),
static_cast<furvm::byte>(furvm::instruction_t::Call),
1,
0,