13 lines
127 B
Text
13 lines
127 B
Text
# fr30 testcase for add $Rj,$Ri
|
|
# cpu {}
|
|
|
|
.include "testutils.inc"
|
|
|
|
START
|
|
|
|
.text
|
|
.global add
|
|
add:
|
|
add ac,ac
|
|
fail
|
|
EXIT 0
|