[BITS 16] [ORG 0x100] Jmp suite x db 2 y db 3 r db 0 suite: mov bx,x mov ax,[bx] add bx,ax mov r,bx mov ah,4ch int 21