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

Function newInstructionWithRM

source/test/testCPU.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void newInstructionWithRM(int instruction, int rm, int flags, U8 prefix = 0, U8 prefix2 = 0) {
208 newInstruction(instruction, flags, prefix, prefix2);
209 pushCode8(rm);
210}
211
212void useFlags() {
213 pushCode8(0x83); // add eax, 2

Callers 15

EbFunction · 0.85
EbAlAxFunction · 0.85
EwAxDxFunction · 0.85
EdEaxEdxFunction · 0.85
EbClFunction · 0.85
EbIbFunction · 0.85
EbGbFunction · 0.85
GbEbFunction · 0.85
EwFunction · 0.85
EwClFunction · 0.85
EwIxFunction · 0.85
EwIbFunction · 0.85

Calls 2

newInstructionFunction · 0.85
pushCode8Function · 0.85

Tested by

no test coverage detected