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

Function testStc0x2f8

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

Source from the content-addressed store, hash-verified

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() {
8184 cpu->big = false;

Callers

nothing calls this directly

Calls 1

EbRegFunction · 0.85

Tested by

no test coverage detected