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

Function testSub0x02d

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

Source from the content-addressed store, hash-verified

5183void testSub0x02c() { cpu->big = false; AlIb(0x2c, subb); }
5184void testSub0x22c() { cpu->big = true; AlIb(0x2c, subb); }
5185void testSub0x02d() { cpu->big = false; AxIw(0x2d, subw); }
5186void testSub0x22d() { cpu->big = true; EaxId(0x2d, subd); }
5187
5188void testDas0x02f() { cpu->big = false; EbReg(0x2f, 0, das); }

Callers

nothing calls this directly

Calls 1

AxIwFunction · 0.85

Tested by

no test coverage detected