package sinstructions;
public class SBastore extends SInstruction
{
	public SBastore()
	{
		super((short)84, "bastore");
	}
}
