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

Function testAnd0x025

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

Source from the content-addressed store, hash-verified

5167void testAnd0x024() { cpu->big = false; AlIb(0x24, andb); }
5168void testAnd0x224() { cpu->big = true; AlIb(0x24, andb); }
5169void testAnd0x025() { cpu->big = false; AxIw(0x25, andw); }
5170void testAnd0x225() { cpu->big = true; EaxId(0x25, andd); }
5171
5172void testDaa0x027() { cpu->big = false; EbReg(0x27, 0, daa); }

Callers

nothing calls this directly

Calls 1

AxIwFunction · 0.85

Tested by

no test coverage detected