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

Function testSbb0x01d

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

Source from the content-addressed store, hash-verified

5154void testSbb0x01c() { cpu->big = false; AlIb(0x1c, sbbb); }
5155void testSbb0x21c() { cpu->big = true; AlIb(0x1c, sbbb); }
5156void testSbb0x01d() { cpu->big = false; AxIw(0x1d, sbbw); }
5157void testSbb0x21d() { cpu->big = true; EaxId(0x1d, sbbd); }
5158
5159void testAnd0x020() { cpu->big = false; EbGb(0x20, andb, true); }

Callers

nothing calls this directly

Calls 1

AxIwFunction · 0.85

Tested by

no test coverage detected