1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-12 05:41:21 +04:00

Improve FCLEX/FNCLEX handler documentation with accurate behavior descriptions

This commit is contained in:
bird_egop
2025-04-18 13:09:39 +03:00
parent 6ea208d8bf
commit 57d9a35ec5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
namespace X86Disassembler.X86.Handlers.FloatingPoint.Control;
/// <summary>
/// Handler for FCLEX instruction with WAIT prefix (0x9B 0xDB 0xE2)
/// Handler for FCLEX instruction with WAIT prefix (0x9B 0xDB 0xE2) - Clears floating-point exception flags after checking for pending unmasked floating-point exceptions
/// </summary>
public class FclexWaitHandler : InstructionHandler
{