source: branches/release-1_0/loader/a3300/entry.S @ 1617

Revision 1617, 219 bytes checked in by philmoz, 16 months ago (diff)

Updates to A3300 IS from mk11174. Includes new firmware version 1.00d.
http://chdk.setepontos.com/index.php?topic=650.msg80579#msg80579

  • Property svn:eol-style set to native
Line 
1    .section .entry
2       
3// looks like idle cycle is required for proper shutdown
4        MOV     R3, #0xF0000 
51:
6        SUB     R3, R3, #1
7        CMP     R3, #0
8        BNE     1b
9
10// ordinary startup...
11
12        MOV     SP, #0x1900
13        MOV     R11, #0
14        B       my_restart
Note: See TracBrowser for help on using the repository browser.