help me to understand 3 lines of code ( concerning assembly and PBP programming)


Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    If you are just starting out, I think it is much better to ignore the macro's, and start with the basics. USB would be pretty far down my list. Just learn the basic commands that are listed in the manual. Once you have a firm grasp of those, then move on to higher levels.

    I would stick to goto and gosub for now. If you mix assembly in (more advanced knowledge required) you can use call to get to those subroutines. But again, that's further down the learning list.

    If you want to learn about macro's, one of the places to look at them are in the .mac files, like pbppic18.mac etc. They really are not defined anywhere, but there are a fair amount of comments in the files.
    Last edited by ScaleRobotics; - 29th October 2010 at 14:16.
    http://www.scalerobotics.com

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