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

Function gen070

source/emulation/cpu/srcgen.cpp:1045–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045void gen070(struct GenData* data, struct Op* op) {
1046 genJump(data, op, 0);
1047}
1048
1049void gen071(struct GenData* data, struct Op* op) {
1050 genJump(data, op, 1);

Callers

nothing calls this directly

Calls 1

genJumpFunction · 0.85

Tested by

no test coverage detected