https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 19af47b6a16440799369d97e111d27416e3d6ad0 authored by Trammell Hudson on 24 May 2009, 22:13:43 UTC
Onscreen meters almost work
Tip revision: 19af47b
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