ASM Debug Loop


Closed Thread
Results 1 to 2 of 2

Thread: ASM Debug Loop

  1. #1
    Join Date
    Apr 2014
    Posts
    1

    Default ASM Debug Loop

    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

  2. #2
    Join Date
    Sep 2010
    Location
    Las Vegas, NV
    Posts
    305


    Did you find this post helpful? Yes | No

    Default Re: ASM Debug Loop

    While some people here know the above language this website is dedicated to PicBasic. I doubt if you'll get any constructive replies.

Similar Threads

  1. DEBUG DEC DatVar vs DEBUG #DatVar
    By netstranger.nz in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th March 2011, 21:26
  2. Need help with debug
    By Darrenmac in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th March 2008, 06:37
  3. How do I use DEBUG ?
    By kenpo in forum General
    Replies: 13
    Last Post: - 9th January 2008, 14:54
  4. debug
    By volcane in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th December 2006, 18:21
  5. 18f + Debug
    By Beavis in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 15th December 2004, 20:11

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts