SETL() public method

public SETL ( System.Reg dst ) : void
dst System.Reg
return void
Beispiel #1
0
 public override void SetLong(CGenState state) {
     state.SETL(Reg.AL);
 }