Reboot in assembler
APStech-Attila
Posts: 38
Hi!
· I have a small platform, that has a bootloader in boot·EEPROM. The BL code loads the application form an external source. Then the bootloader transfers the control to the user application. This is pretty much working fine. (Thank Chip for the info on starting a RAM image)
· To enter the bootloader again, I would isse·the REBOOT SPIN command, and I can hop back to the bootloader. The problem is that I have to integrate the reboot command in the keyboard module (Keyboard.spin) in ASM language, because it must work whenever it is possible to read the keyboard. What instruction should I issue in ASM to have the same effect as REBOOT SPIN command.
Thank in advance.
· Attila
· I have a small platform, that has a bootloader in boot·EEPROM. The BL code loads the application form an external source. Then the bootloader transfers the control to the user application. This is pretty much working fine. (Thank Chip for the info on starting a RAM image)
· To enter the bootloader again, I would isse·the REBOOT SPIN command, and I can hop back to the bootloader. The problem is that I have to integrate the reboot command in the keyboard module (Keyboard.spin) in ASM language, because it must work whenever it is possible to read the keyboard. What instruction should I issue in ASM to have the same effect as REBOOT SPIN command.
Thank in advance.
· Attila
Comments
Regards,
· Attila