コード例 #1
0
 public static void FloatCompareAndSet(XSRegisters.RegisterFPU register)
 {
     new FloatCompareAndSet
     {
         DestinationReg = register.RegEnum
     };
 }
コード例 #2
0
 public static void FloatStoreAndPop(XSRegisters.RegisterFPU register)
 {
     new FloatStoreAndPop
     {
         DestinationReg = register.RegEnum
     };
 }