2008/12/17 Matthew Mucker : > When should I use one over the other? For instance, in the template .asm > files, I see that the reset vector uses a GOTO to jump to main code, while > the interrupt vectors use BRA. Why? I suppose you can use BRA whenever, wherever you like. Change it to GOTO if the linker complains. Or If you're doing relocatable mode programming, use BRA for jump between module, and GOTO for inter-module jump. Best regards, -- WH Tan -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist