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

Function testAdd0x203

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

Source from the content-addressed store, hash-verified

5111void testAdd0x202() { cpu->big = true; GbEb(0x02, addb); }
5112void testAdd0x003() { cpu->big = false; GwEw(0x03, addw); }
5113void testAdd0x203() { cpu->big = true; GdEd(0x03, addd); }
5114void testAdd0x004() { cpu->big = false; AlIb(0x04, addb); }
5115void testAdd0x204() { cpu->big = true; AlIb(0x04, addb); }
5116void testAdd0x005() { cpu->big = false; AxIw(0x05, addw); }

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected