package slangc.bytecode; public class Instruction { public Instruction() { // TODO Auto-generated constructor stub } public short encodeFirstOp(MajorOpcode major, MinorOpcode minor, StackType type, int extraops) { return 0; //TODO } }