MCPcopy Create free account
hub / github.com/WheretIB/nullc / x86TEST

Function x86TEST

NULLC/Translator_X86.cpp:1049–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049int x86TEST(unsigned char *stream, x86Reg op1, x86Reg op2)
1050{
1051 stream[0] = 0x85;
1052 stream[1] = encodeRegister(op1, regCode[op2]);
1053 return 2;
1054}
1055// test ah, num
1056int x86TESTah(unsigned char* stream, char num)
1057{

Callers 1

TranslateToNativeMethod · 0.85

Calls 1

encodeRegisterFunction · 0.85

Tested by

no test coverage detected