Revision 04c1b05b9aded93871e794ed8ab3d57d8dfc2352 authored by hudson@kremvax on 31 May 2009, 04:18:15 UTC, committed by hudson@kremvax on 31 May 2009, 04:18:15 UTC
1 parent 0e51da8
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