mov ah, 2ch
int 21h
mov [Hour], ch
mov[Min], cl
mov ah,9h
mov bx, offset mes2
int 21h
mes2 db Hour,Min 'Hour'
Hour dd ?
Min dd ?
start:
int 3
nop
xor eax,eax
call [eax]
end:
mov eax,(end - start)