Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ useFlags
Function
useFlags
source/test/testCPU.cpp:212–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
void useFlags() {
213
pushCode8(0x83); // add eax, 2
214
pushCode8(0xc0);
215
pushCode8(0x02);
216
217
pushCode8(0x83); // sub eax, 2
218
pushCode8(0xe8);
219
pushCode8(0x02);
220
}
221
222
void runTestCPU() {
223
pushCode8(0xcd);
Callers
3
EbCl
Function · 0.85
EwCl
Function · 0.85
EdCl
Function · 0.85
Calls
1
pushCode8
Function · 0.85
Tested by
no test coverage detected