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

Function testAdd0x004

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

Source from the content-addressed store, hash-verified

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); }
5117void testAdd0x205() { cpu->big = true; EaxId(0x05, addd); }

Callers

nothing calls this directly

Calls 1

AlIbFunction · 0.85

Tested by

no test coverage detected