14.1.1.1 TAssembler_Extension reference

TAssembler_Extension contains the following methods:


function TUEC Pocess_Directive( string Source, string &Res, int &Res_Length, TAssembler_Status* Status )


Process a directive. Source is the directive from the source. Status is an assembler status object. Res and Res_Length are ignored when passed. On return, Res is any generated code. Res_Length is the length of the generated code.


procedure External_Symbol( string Source )

Notice of external symbol reference. Source contains the symbol name, a space, and the address where it is referenced.