13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
|
# arm testcase for pop {$rlist}
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global pop
|
||
|
pop:
|
||
|
pop {0}
|
||
|
|
||
|
pass
|