From e2495878b872b341e6e04eed31dd255b1a6e256f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Jan 2024 01:35:32 +0900 Subject: feat: implement binary decoder --- src/Structure/Instructions/Instrs/Variable/GlobalGet.php | 16 ++++++++++++++++ src/Structure/Instructions/Instrs/Variable/GlobalSet.php | 16 ++++++++++++++++ src/Structure/Instructions/Instrs/Variable/LocalGet.php | 16 ++++++++++++++++ src/Structure/Instructions/Instrs/Variable/LocalSet.php | 16 ++++++++++++++++ src/Structure/Instructions/Instrs/Variable/LocalTee.php | 16 ++++++++++++++++ 5 files changed, 80 insertions(+) create mode 100644 src/Structure/Instructions/Instrs/Variable/GlobalGet.php create mode 100644 src/Structure/Instructions/Instrs/Variable/GlobalSet.php create mode 100644 src/Structure/Instructions/Instrs/Variable/LocalGet.php create mode 100644 src/Structure/Instructions/Instrs/Variable/LocalSet.php create mode 100644 src/Structure/Instructions/Instrs/Variable/LocalTee.php (limited to 'src/Structure/Instructions/Instrs/Variable') diff --git a/src/Structure/Instructions/Instrs/Variable/GlobalGet.php b/src/Structure/Instructions/Instrs/Variable/GlobalGet.php new file mode 100644 index 0000000..7d25650 --- /dev/null +++ b/src/Structure/Instructions/Instrs/Variable/GlobalGet.php @@ -0,0 +1,16 @@ +