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