PDA

View Full Version : ASM Debug Loop



maggie
- 21st April 2014, 12:42
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

AvionicsMaster1
- 24th April 2014, 23:55
While some people here know the above language this website is dedicated to PicBasic. I doubt if you'll get any constructive replies.