Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ cpu_save
Function
cpu_save
core/cpu.c:1651–1653 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1649
}
1650
1651
bool cpu_save(FILE *image) {
1652
return fwrite(&cpu, sizeof(cpu), 1, image) == 1;
1653
}
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected