PBP command execution time


Results 1 to 17 of 17

Threaded View

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


    Did you find this post helpful? Yes | No

    Default Re: PBP command execution time

    @8mhz each instruction takes 0.5uS what you are looking at there are macro's you need the asm to see the actual code


    it wood go something like

    mainloop:
    movf 0fh,w
    movwf trisa
    movf 1,w
    movwf porta
    movf 0,w
    movwf porta
    goto mainloop

    ps pbp probably sticks a clrwdt in there somewhere too
    Last edited by richard; - 16th December 2014 at 03:47. Reason: ps

Similar Threads

  1. Code speed and execution time
    By aajgss in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 12th May 2011, 03:44
  2. Code execution time?
    By achilles03 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th February 2009, 16:07
  3. Execution time in programme
    By Adrian in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th November 2007, 22:29
  4. Command execution time
    By barkerben in forum General
    Replies: 2
    Last Post: - 7th December 2004, 20:29
  5. instruction execution time
    By tjg in forum Code Examples
    Replies: 3
    Last Post: - 21st April 2004, 18:15

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