|
procedure new_section(list:TAsmList;Asectype:TAsmSectiontype;const Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
|
|
procedure new_section(list:TAsmList;Asectype:TAsmSectiontype;const Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
|
|
list.concat(tai_section.create(Asectype,Aname,Aalign,Asecorder));
|
|
list.concat(tai_section.create(Asectype,Aname,Aalign,Asecorder));
|