search for: hexify_loop2

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

Did you mean: hexify_loop
2002 Aug 14
0
re: using mac-addr for selecting configfile now working
...cx,6 ; 6 nibbles in netcard part of MAC + mov eax,[MyMAC2] ; 3 byte netcard part of MAC xchg ah,al ; Convert to host byte order ror eax,16 xchg ah,al -.hexify_loop: rol eax,4 +.hexify_loop2: rol eax,4 push eax and al,0Fh cmp al,10 - jae .high -.low: add al,'0' - jmp short .char -.high: add al,'A'-10 -.char: stosb + jae .high2 +.low2: add al,'0&...