Code verification errors 16F1847


Results 1 to 26 of 26

Threaded View

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


    Did you find this post helpful? Yes | No

    Default Re: Code verification errors 16F1847

    if you look at the lst file the compiler detects a problem for the 16f88 and still generated the wrong result

    16f88 lst

    Code:
    0934                      M TheString
    Message[303]: Program word too large.  Truncated to core size. (5265)
    Message[303]: Program word too large.  Truncated to core size. (7469)
    Message[303]: Program word too large.  Truncated to core size. (6375)
    Message[303]: Program word too large.  Truncated to core size. (6C61)
    Message[303]: Program word too large.  Truncated to core size. (7469)
    Message[303]: Program word too large.  Truncated to core size. (6F6E)
    0934   1265 3469 2375     M     data   "Reticulation", 0
           2C61 3469 2F6E 
           0000
    16f1847
    Code:
      0000                    M     local TheString, OverStr
    0971   2979               M     goto OverStr
    0972                      M TheString
    0972   1265 3469 2375     M     data   "Reticulation", 0
           2C61 3469 2F6E 
           0000 
    0979                      M OverStr
    pic18 the correct result
    Code:
                          02715  PrintStr 6,3,"Reticulation"       ; Line 4.
      0000                    M     local TheString, OverStr
    0011FE EF08 F009          M     goto OverStr
    001202                    M TheString
    001202 6552 6974 7563     M     data   "Reticulation", 0
           616C 6974 6E6F 
           0000 
    001210                    M OverStr



    maybe it was ok in older versions of complier , I doubt it though ,wrong is wrong
    Last edited by richard; - 3rd May 2018 at 07:22. Reason: spelling
    Warning I'm not a teacher

Similar Threads

  1. 16F1847 Usart and I2C
    By Seahound1 in forum Serial
    Replies: 6
    Last Post: - 18th December 2012, 20:41
  2. Replies: 3
    Last Post: - 1st July 2008, 21:07
  3. DTMF verification
    By lerameur in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 1st May 2008, 23:28
  4. Data verification
    By Daniel Simões in forum Serial
    Replies: 5
    Last Post: - 26th August 2006, 02:59
  5. Timing verification.
    By Dwayne in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st August 2004, 15:44

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