mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Fixed floating point instruction handling. Removed redundant FNSTSW AX check from FloatingPointHandler and added dedicated test for FnstswHandler.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
using X86Disassembler.X86.Handlers.Test;
|
||||
|
||||
namespace X86Disassembler.X86.Handlers;
|
||||
|
||||
using X86Disassembler.X86.Handlers.Group1;
|
||||
|
Reference in New Issue
Block a user