What does this error message mean?


Results 1 to 20 of 20

Threaded View

  1. #16
    Join Date
    May 2013
    Location
    australia
    Posts
    2,643


    Did you find this post helpful? Yes | No

    Default Re: What does this error message mean?

    Is switching the look up tables to ASM going to free up enough space?
    easily , the one i completed saved 15 words at least all four would get another 30 or 40 i expect

    replacing your readpot routine with this gets another 40 by eliminating that costly divide
    Code:
    readpot:
          adcin 1,x
        x=x*/151     '***************
    return
    Last edited by richard; - 10th December 2021 at 21:54. Reason: chopped a chunk of code out messed up figures
    Warning I'm not a teacher

Similar Threads

  1. error message
    By l_gaminde in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 31st October 2015, 10:12
  2. Error Message
    By mel4853 in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 15th March 2009, 19:15
  3. Error message???
    By dangill in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th February 2009, 11:53
  4. error message
    By chip_select in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 21st March 2008, 07:14
  5. error message
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 21st March 2007, 23:54

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