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:
@ -34,7 +34,7 @@ public class FcompStHandler : InstructionHandler
|
||||
var opcodeSecond = Decoder.PeakByte();
|
||||
|
||||
// this is a special case of a handler, only handling FCOMP with ST(i)
|
||||
if (opcodeSecond < 0xD8 || opcodeSecond > 0xDF)
|
||||
if (opcodeSecond is < 0xD8 or > 0xDF)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user