arch/m68k-amiga: Native Amiga support
[AROS.git] / arch / m68k-amiga / boot / rom_init.S
blob951cfbd0ed0b48d14359c95eea29316dc2955494
1         .text
3         .align 4 
5         .globl rom_init
6 rom_init:
7         moveq   #0x3, %d0
8         move.b  %d0, 0xbfe201
9         moveq   #0x2, %d0
10         move.b  %d0, 0xbfe001
12         /* TODO: Check the stack RAM
13          *       before we start the ROM proper.
14          */
15         lea.l   _stack_end,%sp
16         jra     start