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

Function useFlags

source/test/testCPU.cpp:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void useFlags() {
213 pushCode8(0x83); // add eax, 2
214 pushCode8(0xc0);
215 pushCode8(0x02);
216
217 pushCode8(0x83); // sub eax, 2
218 pushCode8(0xe8);
219 pushCode8(0x02);
220}
221
222void runTestCPU() {
223 pushCode8(0xcd);

Callers 3

EbClFunction · 0.85
EwClFunction · 0.85
EdClFunction · 0.85

Calls 1

pushCode8Function · 0.85

Tested by

no test coverage detected