package sinstructions;
public class SJsrw extends SBranch
{
	public SJsrw(int _sOffset)
	{
		super((short)201, "jsr_w", _sOffset);
	}
}
