Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86FSINCOS
Function
x86FSINCOS
NULLC/Translator_X86.cpp:312–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
int x86FSINCOS(unsigned char *stream)
313
{
314
stream[0] = 0xd9;
315
stream[1] = 0xfb;
316
return 2;
317
}
318
int x86FPTAN(unsigned char *stream)
319
{
320
stream[0] = 0xd9;
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected