MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / pushCode32

Function pushCode32

source/test/testCPU.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void pushCode32(int value) {
171 memory->writed(cseip, value);
172 cseip += 4;
173}
174
175void newInstruction(int flags) {
176 cseip = CODE_ADDRESS;

Callers 15

writeTopFloatFunction · 0.85
writeTopDoubleFunction · 0.85
fldf32Function · 0.85
setRoundingFunction · 0.85
fld64Function · 0.85
fild64Function · 0.85
fild16Function · 0.85
doF32InstructionFunction · 0.85
F32ComBaseFunction · 0.85
FSTFloatFunction · 0.85
doCOMIntTestFunction · 0.85
testFMemIntFunction · 0.85

Calls 1

writedMethod · 0.45

Tested by

no test coverage detected