OSDN Git Service

(none)
[hos/hos-v4a.git] / kernel / source / arch / proc / sh / sh2 / shc / vect_192.src
1 ; --------------------------------------------------------------------------- 
2 ;  Hyper Operating System V4 Advance
3
4 ;                                   Copyright (C) 1998-2006 by Project HOS
5 ;                                   http://sourceforge.jp/projects/hos/
6 ; --------------------------------------------------------------------------- 
7
8
9                                 .EXPORT __kernel_vector_192
10                                 .IMPORT __kernel_int_hdr
11
12
13                                 .SECTION P, CODE, ALIGN=4
14
15 __kernel_vector_192:
16                                 mov.l   r4, @-r15
17                                 mov.l   addr_int_hdr, r4
18                                 jmp             @r4
19                                 mov             #192, r4
20
21
22                                 .ALIGN  4
23 addr_int_hdr:
24                                 .DATA.L __kernel_int_hdr
25
26
27                                 .END
28
29
30 ; end of file