CodeGeneration.CGenState.SETA C# (CSharp) 메소드

SETA() 공개 메소드

public SETA ( System.Reg dst ) : void
dst System.Reg
리턴 void
        public void SETA(Reg dst) => SETA(RegToString(dst));

Same methods

CGenState::SETA ( String dst ) : void

Usage Example

예제 #1
0
 public override void SetFloat(CGenState state) {
     state.SETA(Reg.AL);
 }
All Usage Examples Of CodeGeneration.CGenState::SETA