Revision ebef9db770b949ff44442a7de8c0bb23039090d0 authored by Trammell Hudson on 17 May 2009, 05:22:01 UTC, committed by Trammell Hudson on 17 May 2009, 05:22:01 UTC
1 parent 15f8548
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