Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GenCodeCmdPushImmt
Function
GenCodeCmdPushImmt
NULLC/CodeGen_X86.cpp:1444–1449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1442
1443
1444
void GenCodeCmdPushImmt(VMCmd cmd)
1445
{
1446
EMIT_COMMENT(
"PUSHIMMT"
);
1447
1448
EMIT_OP_NUM(o_push, cmd.argument);
1449
}
1450
1451
1452
void GenCodeCmdMovChar(VMCmd cmd)
Callers
nothing calls this directly
Calls
2
EMIT_COMMENT
Function · 0.85
EMIT_OP_NUM
Function · 0.85
Tested by
no test coverage detected