Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_pop16
Function
common_pop16
source/emulation/cpu/common/cpu.cpp:1430–1432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1428
}
1429
1430
U16 common_pop16(CPU* cpu) {
1431
return cpu->pop16();
1432
}
1433
1434
void common_push16(CPU* cpu, U16 value) {
1435
cpu->push16(value);
Callers
nothing calls this directly
Calls
1
pop16
Method · 0.45
Tested by
no test coverage detected