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