0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 08:18:36 +03:00

Refactored floating point p-handlers with consistent naming convention

This commit is contained in:
bird_egop
2025-04-18 02:31:06 +03:00
parent 2a8cf9534e
commit 18ecf31c46
19 changed files with 455 additions and 251 deletions

View File

@ -36,7 +36,7 @@ public class FcompFloat32Handler : InstructionHandler
byte reg = (byte)((modRm >> 3) & 0x7);
// special handling of modRM for D8 D8+i FCOMP ST(i)
return reg == 3 && modRm is < 0xD8 or > 0xDE;
return reg == 3 && modRm is < 0xD8 or > 0xDF;
}
/// <summary>