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

Function testMovAlIb0x2b0

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

Source from the content-addressed store, hash-verified

7296
7297void testMovAlIb0x0b0() { cpu->big = false; EbRegIb(0xb0, cpu->reg8[0], 0, movb); }
7298void testMovAlIb0x2b0() { cpu->big = true; EbRegIb(0xb0, cpu->reg8[0], 0, movb); }
7299void testMovClIb0x0b1() { cpu->big = false; EbRegIb(0xb1, cpu->reg8[1], 1, movb); }
7300void testMovClIb0x2b1() { cpu->big = true; EbRegIb(0xb1, cpu->reg8[1], 1, movb); }
7301void testMovDlIb0x0b2() { cpu->big = false; EbRegIb(0xb2, cpu->reg8[2], 2, movb); }

Callers

nothing calls this directly

Calls 1

EbRegIbFunction · 0.85

Tested by

no test coverage detected