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

Function testStc0x0f8

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

Source from the content-addressed store, hash-verified

8178void testClc0x0f8() { cpu->big = false; EbReg(0xf8, 0, clc); }
8179void testClc0x2f8() { cpu->big = true; EbReg(0xf8, 0, clc); }
8180void testStc0x0f8() { cpu->big = false; EbReg(0xf9, 0, stc); }
8181void testStc0x2f8() { cpu->big = true; EbReg(0xf9, 0, stc); }
8182
8183void testGrp40x0fe() {

Callers

nothing calls this directly

Calls 1

EbRegFunction · 0.85

Tested by

no test coverage detected