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