Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_FNSTSW_AX
Function
common_FNSTSW_AX
source/emulation/cpu/common/common_fpu.cpp:1376–1382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1374
}
1375
1376
void common_FNSTSW_AX(CPU* cpu) {
1377
AX = cpu->fpu.SW();
1378
#ifdef LOG_FPU
1379
flog(
"FNSTSW SW=%X"
, cpu->fpu.SW());
1380
cpu->fpu.LOG_STACK();
1381
#endif
1382
}
Callers
nothing calls this directly
Calls
3
flog
Function · 0.85
SW
Method · 0.80
LOG_STACK
Method · 0.80
Tested by
no test coverage detected