![JAR search and dependency download from the Maven repository](/logo.png)
com.packenius.datadivider.javaclass.instr.ICONST_M1 Maven / Gradle / Ivy
package com.packenius.datadivider.javaclass.instr;
import com.packenius.dumpapi.DumpReader;
/**
* JVM-Instruktion.
* @author Christian Packenius, 2016
*/
public class ICONST_M1 extends JvmInstruction {
/**
* Konstruktor.
*/
public ICONST_M1(int address, DumpReader reader) {
super(address, reader);
setEndAddress(reader);
}
@Override
public String toString() {
return "iconst_m1";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy