adc.cgs 130 B

123456789101112
  1. # arm testcase for adc $rd,$rs
  2. # mach: unfinished
  3. .include "testutils.inc"
  4. start
  5. .global alu_adc
  6. alu_adc:
  7. adc r0,r0
  8. pass