codout

Convert instructions to object code and write them to objmod.

version(COMPILE)
extern (C++) nothrow @safe @trusted
uint
codout
(
int seg
,
code* c
,)

Parameters

seg int

code segment to write to, code starts at Offset(seg)

c code*

list of instructions to write

disasmBuf Barray!ubyte*

if not null, then also write object code here

Return Value

Type: uint

offset of end of code emitted

Meta