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