Re: Create a label which point to an instruction
You can create aliases to port.pins like this...
H9 var PORTB.0
Then you can do this...
MAIN:
HIGH H9: PAUSE 100: LOW H9: PAUSE 100
GOTO MAIN
This is detailed in the PBP manual, section 4
I am not aware of a way to do a macro that will execute several commands... someone else may know a way.
Last edited by Heckler; - 2nd October 2012 at 15:45.
Dwight
These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.
Bookmarks