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

Function gen0a2

source/emulation/cpu/srcgen.cpp:2150–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148}
2149
2150void gen0a2(struct GenData* data, struct Op* op) {
2151 char tmp[16];
2152
2153 out(data, "writeb(cpu->thread, cpu->segAddress[");
2154 out(data, getBase(op->base));
2155 out(data, "] + 0x");
2156 itoa(op->data1, tmp, 16);
2157 out(data, tmp);
2158 out(data, ", AL); CYCLES(1);");
2159}
2160
2161void gen0a3(struct GenData* data, struct Op* op) {
2162 char tmp[16];

Callers

nothing calls this directly

Calls 2

getBaseFunction · 0.85
outFunction · 0.70

Tested by

no test coverage detected