OSDN Git Service

8ba4038bd75e3d278f9ccd6f0d3db4f31e42f974
[kozos-expbrd/kozos_expbrd.git] / firm / sample / sample1 / bootload / startup.s
1         .h8300h\r
2         .section .text\r
3         .global _start\r
4 #       .type   _start,@function\r
5 _start:\r
6         mov.l   #_bootstack,sp\r
7         jsr     @_main\r
8 \r
9 1:\r
10         bra     1b\r