Author Topic: - Jumping to Program Code from BootLoader-  (Read 9648 times)

Imran

  • Guest
- Jumping to Program Code from BootLoader-
« on: March 03, 2011, 03:40:25 PM »
Hello Again.

I have posted a topic here before and you guys seem to be quite helpful and friendly, so I have another problem I need help with. I have a program that is too big for the bootloader (Which can have a maximum of 512 BYTES). I read that you can have a small bootloader that can "Jump" to a bigger program, but I don't know how to do this.

I Think I would have to use the:
Code: [Select]
ORG But I am clueless. Could Someone post some example code or good tutorials please.

Any Help appreciated.

P.S I am new to assembler.

Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
Re: - Jumping to Program Code from BootLoader-
« Reply #1 on: March 03, 2011, 04:35:57 PM »

Imran

  • Guest
Re: - Jumping to Program Code from BootLoader-
« Reply #2 on: March 03, 2011, 06:13:55 PM »
Thanks for the reply,
but please bear with my ignorance, but I cannot seem to find any code examples, It seems to only explain how its done.




Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
Re: - Jumping to Program Code from BootLoader-
« Reply #3 on: March 04, 2011, 12:49:55 AM »
Review BootProg and/or Bootf at the bottom of the aforementioned page.

Imran

  • Guest
Re: - Jumping to Program Code from BootLoader-
« Reply #4 on: March 04, 2011, 04:28:53 PM »
Once again, Thank you.