mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fdisi
This commit is contained in:
parent
7ce225d300
commit
2017242275
1 changed files with 5 additions and 0 deletions
|
|
@ -1172,6 +1172,11 @@ function FPU(io)
|
|||
// fsetpm
|
||||
// treat as nop
|
||||
}
|
||||
else if(imm8 === 0xE1)
|
||||
{
|
||||
// fdisi
|
||||
// also treat as nop
|
||||
}
|
||||
else
|
||||
{
|
||||
fpu_unimpl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue