13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
|
# arm testcase for bl-hi ${lbwl-hi}
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global bl_hi
|
||
|
bl_hi:
|
||
|
bl-hi 0
|
||
|
|
||
|
pass
|