"Debug" pushing my modest program space over the edge


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: "Debug" pushing my modest program space over the edge

    Hi Hank,
    When you Debug "t" the ASCII code for t is hardcoded into the PICs program memory and sent when the program execution reaches the Debug line.

    When you do Debug DEC temp the debug routine first needs to convert the value stored in temp into ten-thousands, thousands, hundreds, tens and ones 'entities' and then convert the value of each of those 'entities' into its ASCII representation. When we are at this point it starts to be comparable to Debug "t".

    /Henrik.

  2. #2
    Join Date
    Mar 2009
    Posts
    653


    Did you find this post helpful? Yes | No

    Default Re: "Debug" pushing my modest program space over the edge

    Thanks Henrik...that explains it (where do pick all this stuff?!!)

Members who have read this thread : 0

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