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

Function testCmp0x03d

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

Source from the content-addressed store, hash-verified

5215void testCmp0x03c() { cpu->big = false; AlIb(0x3c, cmpb); }
5216void testCmp0x23c() { cpu->big = true; AlIb(0x3c, cmpb); }
5217void testCmp0x03d() { cpu->big = false; AxIw(0x3d, cmpw); }
5218void testCmp0x23d() { cpu->big = true; EaxId(0x3d, cmpd); }
5219
5220void testAas0x03f() { cpu->big = false; EwReg(0x3f, 0, aas); }

Callers

nothing calls this directly

Calls 1

AxIwFunction · 0.85

Tested by

no test coverage detected