Revision 178a20c09dd090521f880c5858425e327722da77 authored by Trammell Hudson on 10 May 2009, 20:09:40 UTC, committed by Trammell Hudson on 10 May 2009, 20:09:40 UTC
1 parent a7986ce
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