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

Function testCmovNZ0x145

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

Source from the content-addressed store, hash-verified

9637}
9638
9639void testCmovNZ0x145() {
9640 cpu->big = 0;
9641 doTestCmov(0x145, true, ZF, 0x2222, 0x3333);
9642}
9643
9644void testCmovNZ0x345() {
9645 cpu->big = 1;

Callers

nothing calls this directly

Calls 1

doTestCmovFunction · 0.85

Tested by

no test coverage detected