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

Function gen0a3

source/emulation/cpu/srcgen.cpp:2161–2170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161void gen0a3(struct GenData* data, struct Op* op) {
2162 char tmp[16];
2163
2164 out(data, "writew(cpu->thread, cpu->segAddress[");
2165 out(data, getBase(op->base));
2166 out(data, "] + 0x");
2167 itoa(op->data1, tmp, 16);
2168 out(data, tmp);
2169 out(data, ", AX); CYCLES(1);");
2170}
2171
2172void gen2a3(struct GenData* data, struct Op* op) {
2173 char tmp[16];

Callers

nothing calls this directly

Calls 2

getBaseFunction · 0.85
outFunction · 0.70

Tested by

no test coverage detected