MCPcopy 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
174int getFPUStackPosFromAX() {
175 return (AX & 0x3800) >> 11;
176}
177
178void writeTopFloat(int index, bool pop = false) {
179 pushCode8(0xd9);

Callers 3

doF32InstructionFunction · 0.85
F32ComBaseFunction · 0.85
FSTFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected