Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86FCHS
Function
x86FCHS
NULLC/Translator_X86.cpp:291–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
int x86FCHS(unsigned char *stream)
292
{
293
stream[0] = 0xd9;
294
stream[1] = 0xe0;
295
return 2;
296
}
297
298
int x86FPREM(unsigned char *stream)
299
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected