Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86FNSTSW
Function
x86FNSTSW
NULLC/Translator_X86.cpp:342–347 ·
view source on GitHub ↗
fnstsw ax
Source
from the content-addressed store, hash-verified
340
341
// fnstsw ax
342
int x86FNSTSW(unsigned char *stream)
343
{
344
stream[0] = 0xdf;
345
stream[1] = 0xe0;
346
return 2;
347
}
348
349
// target - word [esp]
350
int x86FSTCW(unsigned char *stream)
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected