search for: genchar

Displaying 1 result from an estimated 1 matches for "genchar".

Did you mean: gchar
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
...; <F> pop cx ; <E> + mov ax,[si+tftp_remoteport] + cmp ax,[pxe_udp_read_pkt.rport] + jne .wait_data ; data from orphaned tftpd +.port_ok: cmp word [pxe_udp_read_pkt.buffersize],byte 4 jb .wait_data ; Bad size for a DATA packet @@ -2034,6 +2088,8 @@ mov cx,4 .genchar: push eax + cmp al,10 + jb .lt10 cmp al,100 jb .lt100 @@ -2044,9 +2100,6 @@ inc di .lt100: - cmp al,10 - jb .lt10 - aam 10 ; Now AH = 10-digit; AL = remainder add ah,'0'