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

Function x86INT

NULLC/Translator_X86.cpp:1141–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139}
1140
1141int x86INT(unsigned char *stream, int interrupt)
1142{
1143 stream[0] = 0xcd;
1144 stream[1] = (unsigned char)interrupt;
1145 return 2;
1146}
1147
1148int x86NOP(unsigned char *stream)
1149{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected