Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ writeFPUStatusToAX
Function
writeFPUStatusToAX
source/test/testFPU.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void writeFPUStatusToAX() {
170
pushCode8(0xdf);
171
pushCode8(rm(false, 4, 0));
172
}
173
174
int getFPUStackPosFromAX() {
175
return (AX & 0x3800) >> 11;
Callers
5
doF32Instruction
Function · 0.85
F32ComBase
Function · 0.85
FSTFloat
Function · 0.85
doFTST
Function · 0.85
doFXAM
Function · 0.85
Calls
2
pushCode8
Function · 0.85
rm
Function · 0.85
Tested by
no test coverage detected