MCPcopy Create free account
hub / github.com/WheretIB/nullc / GenCodeCmdCopyI

Function GenCodeCmdCopyI

NULLC/CodeGen_X86.cpp:1796–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795
1796void GenCodeCmdCopyI(VMCmd cmd)
1797{
1798 (void)cmd;
1799 EMIT_COMMENT("COPY dword");
1800
1801 EMIT_OP_REG_RPTR(o_mov, rEAX, sDWORD, rESP, 0);
1802 EMIT_OP_REG(o_push, rEAX);
1803}
1804
1805
1806void GenCodeCmdGetAddr(VMCmd cmd)

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_REG_RPTRFunction · 0.85
EMIT_OP_REGFunction · 0.85

Tested by

no test coverage detected