cod3_align_bytes

Word or dword align start of function.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
cod3_align_bytes
(
int seg
,
size_t nbytes
)

Parameters

seg int

segment to write alignment bytes to

nbytes size_t

number of alignment bytes to write

Suggestion Box / Bug Report