13 lines
131 B
Plaintext
13 lines
131 B
Plaintext
|
# arm testcase for swi$cond ${swi-comment}
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global swi
|
||
|
swi:
|
||
|
swi0 0
|
||
|
|
||
|
pass
|