I think this question is duplication.
So I learned to make a simple program like this:
org 100h mov ah, 02h mov bx, 5 mov cx, 1 add bx, cx ; bx + cx