"Debug" pushing my modest program space over the edge


Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Mar 2009
    Posts
    653

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

    At the minute I'm using a lowly 12lf1822...beucase it has the features I need.......with the small footprint.

    I'm right on the edge of filling up the available 4096 kbytes, but I've noticed something peculiar (to me at least)

    Consider the following...

    Code:
    debug dec temp ' output the contents of a variable
    with the above enabled, my program compiles at 2010 words.

    versus

    Code:
    debug "t" ' output the letter t.
    but with the above enabled, my program compiles at just 1945 words.

    so the former uses up 65 more 'words' of program space?!!!



    Why would asking for the debug contents of a word variable apparently use up so much more program space?
    Last edited by HankMcSpank; - 22nd May 2011 at 23:34.

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