.sect .text; .sect .rom; .sect .data; .sect .bss .define __ftime .sect .text __ftime: mov ax,2856 push bp mov bp,sp mov bx,4(bp) call syscal pop bp ret