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

Function testAas0x23f

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

Source from the content-addressed store, hash-verified

5219
5220void testAas0x03f() { cpu->big = false; EwReg(0x3f, 0, aas); }
5221void testAas0x23f() { cpu->big = true; EwReg(0x3f, 0, aas); }
5222
5223// :TODO: test when flags come from the previous instruction
5224void testIncAx0x040() { cpu->big = false; EwReg(0x40, 0, incw); X86_TEST1(inc, incw, ax) }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected