Revision cb3f9c2f5a25833733108d71d60167d8213c7c8f authored by Trammell Hudson on 10 May 2009, 21:52:49 UTC, committed by Trammell Hudson on 10 May 2009, 21:52:49 UTC
1 parent 178a20c
Raw File
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