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