OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / pinoc_gcc / kernel / start.s
1 .h8300h
2 .section .text
3 .global _start
4 .type _start,@function
5
6 _start:
7         mov.l   #_u_stack, sp
8         jsr             @_main