1 # Test for correct generation of 68HC12 specific insns.
7 call _foo ;
24-bit reloc
8 call _foo
,1 ;
16-bit reloc
, immediate page specification
9 call _foo
,%page
(foo_page
) ;
16-bit reloc
and 8-bit page reloc
10 call
0,x
,3 ;
8-bit page reloc
13 call
12,x
,%page
(foo_page
) ;
8-bit page reloc
14 call
4,y
,%page
(foo_page
)
15 call
7,sp
,%page
(foo_page
)
18 call
[2048,sp
] ; No reloc
19 call
[_foo
,x
] ;
16-bit reloc
23 emacs _foo ; Wonderful
, Emacs as
a single instruction
!