; 16bit; IN{ SI=ASCIIZ; OUT{ AXhex2int{ push bx push si xor bx,bxhex2int_1{ lodsb test al,al jz hex2int_exit cmp al,30h jc hex2int_exit cmp al,3ah jc hex2int_2 and al,0dfh ; reset bit 5 )small2BIG: cmp al,41h jc hex2int_exit cmp al,47h jnc hex2int_exit sub al,7hex2int_2{ sub al,30h shl bx,4 or bl,al jmp hex2int_1hex2int_exit{ mov ax,bx pop si pop bx ret