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

Function common_push16

source/emulation/cpu/common/cpu.cpp:1434–1436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432}
1433
1434void common_push16(CPU* cpu, U16 value) {
1435 cpu->push16(value);
1436}
1437
1438void common_push32(CPU* cpu, U32 value) {
1439 cpu->push32(value);

Callers

nothing calls this directly

Calls 1

push16Method · 0.45

Tested by

no test coverage detected