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

Function gen071

source/emulation/cpu/srcgen.cpp:1049–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049void gen071(struct GenData* data, struct Op* op) {
1050 genJump(data, op, 1);
1051}
1052
1053void gen072(struct GenData* data, struct Op* op) {
1054 genJump(data, op, 2);

Callers

nothing calls this directly

Calls 1

genJumpFunction · 0.85

Tested by

no test coverage detected