package sinstructions;
public class SGotow extends SBranch
{
	public SGotow(int _sOffset)
	{
		super((short)200, "goto_w", _sOffset);
	}
}
