package sinstructions;
public class SIconst5 extends SInstruction
{
	public SIconst5()
	{
		super((short)8, "iconst_5");
	}
}
