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

Function testGrp10x080

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

Source from the content-addressed store, hash-verified

6008}
6009
6010void testGrp10x080() {
6011 cpu->big = false;
6012 EbIb(0x80, 0, addb, false, true);
6013 EbIb(0x80, 1, orb, false, true);
6014 EbIb(0x80, 2, adcb, false, true);
6015 EbIb(0x80, 3, sbbb, false, true);
6016 EbIb(0x80, 4, andb, false, true);
6017 EbIb(0x80, 5, subb, false, true);
6018 EbIb(0x80, 6, xorb, false, true);
6019 EbIb(0x80, 7, cmpb);
6020}
6021
6022void testGrp10x280() {
6023 cpu->big = true;

Callers

nothing calls this directly

Calls 1

EbIbFunction · 0.85

Tested by

no test coverage detected