Re: Tiny Bootloader
- From: Neil <NeilKurzm@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Aug 2006 04:04:53 GMT
CLIPPED
JohnT wrote:
How do I post my code, I can't see of a way to upload a file. Thethe instructions show:
start of my code is as follows though.
ORG 0x00 ; Start of the program
CLRF STATUS
MOVLW 0x00
MOVWF PCLATH
GOTO INIT
ORG 0x04 ; Interrupt address
GOTO INT_HAND
All I'm doing after it goes to the INIT routine is set all the outputs
on for PortA and B. I've simulated this and it works fine.
John
org 0
;clrf STATUS
clrf PCLATH
goto Main
or
org 0
;clrf STATUS
pagesel Main
goto Main
The web site says the PC Side will give a warning if the GOTO is wrong.
Did you try to send his sample?
.
- Follow-Ups:
- Re: Tiny Bootloader
- From: JohnT
- Re: Tiny Bootloader
- References:
- Tiny Bootloader
- From: JohnT
- Re: Tiny Bootloader
- From: Pietje Bell
- Re: Tiny Bootloader
- From: RaceMouse
- Re: Tiny Bootloader
- From: JohnT
- Re: Tiny Bootloader
- From: RaceMouse
- Re: Tiny Bootloader
- From: JohnT
- Tiny Bootloader
- Prev by Date: Re: unable to connect to PowerPc target
- Next by Date: GSM modem interfacing
- Previous by thread: Re: Tiny Bootloader
- Next by thread: Re: Tiny Bootloader
- Index(es):
Relevant Pages
|