aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Control/Nop.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Nop.php')
-rw-r--r--src/Structure/Instructions/Instrs/Control/Nop.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Nop.php b/src/Structure/Instructions/Instrs/Control/Nop.php
index dbb1b6c..3aaeb4d 100644
--- a/src/Structure/Instructions/Instrs/Control/Nop.php
+++ b/src/Structure/Instructions/Instrs/Control/Nop.php
@@ -8,4 +8,8 @@ use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
final readonly class Nop extends Instr
{
+ public static function opName(): string
+ {
+ return "nop";
+ }
}