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

Function testCmp0x23b

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

Source from the content-addressed store, hash-verified

5212void testCmp0x23a() { cpu->big = true; GbEb(0x3a, cmpb); }
5213void testCmp0x03b() { cpu->big = false; GwEw(0x3b, cmpw); }
5214void testCmp0x23b() { cpu->big = true; GdEd(0x3b, cmpd); }
5215void testCmp0x03c() { cpu->big = false; AlIb(0x3c, cmpb); }
5216void testCmp0x23c() { cpu->big = true; AlIb(0x3c, cmpb); }
5217void testCmp0x03d() { cpu->big = false; AxIw(0x3d, cmpw); }

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected