All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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