13 lines
166 B
Text
13 lines
166 B
Text
|
# v850 test framework
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
# This just makes sure that a passing test will pass.
|
||
|
|
||
|
seti 0x12345678, r1
|
||
|
|
||
|
reg r1, 0x12345678
|
||
|
|
||
|
pass
|