https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7e5abead90242078f7b8017997878dfff4aca7dc authored by Trammell Hudson on 11 May 2009, 22:37:53 UTC
Branches into my_init_task() now work. Rejoice!
Tip revision: 7e5abea
dumper_entry.S
    .text
    .org 0
    .globl _start

_start:
		 B	 main

    .org 0x10
_mgr_loop1:
		 B       _mgr_loop1


    .org 0x20
_mgr_loop2:
		 B       _mgr_loop2

#include "flasher-stubs.S"
back to top