PicBasic code problems with a 16F84A


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    timmoore47's Avatar
    timmoore47 Guest


    Did you find this post helpful? Yes | No

    Default

    This code is exactly what I needed right now. Whilst I wrote a very longwinded alternate, this is very much smaller and neater!

    Thank you!



    Tim

  2. #2
    mramos's Avatar
    mramos Guest


    Did you find this post helpful? Yes | No

    Default

    Lauren,

    You need to use goto start not call start.

    Call is for assembler calls in PBASIC, I am surpise that the compiler did not throw off an error as _start should not be in the code, but looks like they use it (the _ ) for the goto and calls labels when they build the actually code during compiling...

Similar Threads

  1. PROBLEMS ORDERING PICBASIC PRO mechanique.co.uk
    By Michael Wakileh in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 27th September 2009, 19:11
  2. HARDWARE I2C SAMPLE CODE question
    By Michael Wakileh in forum Code Examples
    Replies: 2
    Last Post: - 16th June 2009, 21:07
  3. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  4. Replies: 6
    Last Post: - 4th April 2007, 07:33
  5. Problems with 16F877A code
    By NightHawk2 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th August 2003, 01:36

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