Convert instructions to object code and write them to objmod.
code segment to write to, code starts at Offset(seg)
list of instructions to write
if not null, then also write object code here
offset of end of code emitted
See Implementation
Convert instructions to object code and write them to objmod.