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