pop.cgs 121 B

123456789101112
  1. # arm testcase for pop {$rlist}
  2. # mach: unfinished
  3. .include "testutils.inc"
  4. start
  5. .global pop
  6. pop:
  7. pop {0}
  8. pass