Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getFPUStackPosFromAX
Function
getFPUStackPosFromAX
source/test/testFPU.cpp:174–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
int getFPUStackPosFromAX() {
175
return (AX & 0x3800) >> 11;
176
}
177
178
void writeTopFloat(int index, bool pop = false) {
179
pushCode8(0xd9);
Callers
3
doF32Instruction
Function · 0.85
F32ComBase
Function · 0.85
FSTFloat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected