Good day
I really need your help, sorry but i don't know if this the right group I'm just new here. I'm having problem with my commands below here my desire output is like this, but it seems there's trouble with my code. could anyone help me on this?
thank you.much appreciated with your help.
My desire Output:
1
22
333
4444
55555
My Command:
mov bx,1
mov cx,05
push cx
mov cx,bx
mov ah,02
mov dl,31
int 21
loop 010d
mov dl,a
int 21
mov dl,d
int 21
inc bx
pop cx
loop 0106
int 20
Bookmarks