Bonjour et bienvenue,

Voici par exemple en Assembleur x86 16 bits, syntaxe MASM :

atoi :

; ATOI.ASM --- Convert ASCII string to 16-bit decimal integer.
;
; By Ray Duncan
;