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

Function testXor0x233

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

Source from the content-addressed store, hash-verified

5196void testXor0x232() { cpu->big = true; GbEb(0x32, xorb); }
5197void testXor0x033() { cpu->big = false; GwEw(0x33, xorw); }
5198void testXor0x233() { cpu->big = true; GdEd(0x33, xord); }
5199void testXor0x034() { cpu->big = false; AlIb(0x34, xorb); }
5200void testXor0x234() { cpu->big = true; AlIb(0x34, xorb); }
5201void testXor0x035() { cpu->big = false; AxIw(0x35, xorw); }

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected