Code in PBPPI18L.LIB, can I ?


Results 1 to 9 of 9

Threaded View

  1. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Code in PBPPI18L.LIB, can I ?

    OK, and you can forget my misinterpreted last post too.
    After further testing, your changes do work as advertised. My test was flawed.

    Back to the redundant code question, I think you can save 1 WORD by changing the second part to ...
    Code:
    ;        movf   R6, F
            decf    R6, F          ; Count down the characters left and fall through to ARRAYREAD  
            btfss  STATUS, C       ; If Low byte borrowed
            decf  R6+1, F          ; Decrement High
    It's not much, but ...
    Last edited by Darrel Taylor; - 29th September 2011 at 00:37.
    DT

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