.sect .text; .sect .rom; .sect .data; .sect .bss .define _sdgetv .sect .text _sdgetv: mov ax,4392 push bp mov bp,sp push si push di mov bx,4(bp) call syscal pop di pop si pop bp jae 1f mov (_errno),ax mov ax,-1 1: ret