diff --git a/src/main/java/org/jcnc/snow/vm/engine/VMOpCode.java b/src/main/java/org/jcnc/snow/vm/engine/VMOpCode.java index 3fa44e2..46430d8 100644 --- a/src/main/java/org/jcnc/snow/vm/engine/VMOpCode.java +++ b/src/main/java/org/jcnc/snow/vm/engine/VMOpCode.java @@ -2306,8 +2306,8 @@ public class VMOpCode { */ public static final int D2B = 0x00D9; /** - * D2I Opcode: Represents the type conversion operation from double64 to short16 in the virtual machine. - *

This opcode is implemented by the {@link D2ICommand} class, which defines its specific execution logic.

+ * D2S Opcode: Represents the type conversion operation from double64 to short16 in the virtual machine. + *

This opcode is implemented by the {@link D2SCommand} class, which defines its specific execution logic.

* *

Execution Steps:

*