Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86FSUBP
Function
x86FSUBP
NULLC/Translator_X86.cpp:239–244 ·
view source on GitHub ↗
fsubp
Source
from the content-addressed store, hash-verified
237
}
238
// fsubp
239
int x86FSUBP(unsigned char *stream)
240
{
241
stream[0] = 0xde;
242
stream[1] = 0xe9;
243
return 2;
244
}
245
// fsubrp
246
int x86FSUBRP(unsigned char *stream)
247
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected