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

Function gen0a0

source/emulation/cpu/srcgen.cpp:2117–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2115}
2116
2117void gen0a0(struct GenData* data, struct Op* op) {
2118 char tmp[16];
2119
2120 out(data, "AL = readb(cpu->thread, cpu->segAddress[");
2121 out(data, getBase(op->base));
2122 out(data, "] + 0x");
2123 itoa(op->data1, tmp, 16);
2124 out(data, tmp);
2125 out(data, "); CYCLES(1);");
2126}
2127
2128void gen0a1(struct GenData* data, struct Op* op) {
2129 char tmp[16];

Callers

nothing calls this directly

Calls 2

getBaseFunction · 0.85
outFunction · 0.70

Tested by

no test coverage detected