13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
|
# arm testcase for adc $rd,$rs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global alu_adc
|
||
|
alu_adc:
|
||
|
adc r0,r0
|
||
|
|
||
|
pass
|