Test mv[tf]ac instructions.

This commit is contained in:
Andrew Cagney 1997-12-02 05:31:33 +00:00
parent ae55807561
commit e8b925f1fd
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
.include "t-macros.i"
start
ldi r8, 0xbeef
mvtaclo r8, a0
checkacc2 1 a0 0xff 0xffff 0xbeef
mvtacg r0, a0
checkacc2 2 a0 0x00 0xffff 0xbeef
ldi r8, 0xdead
mvtachi r8, a0
checkacc2 3 a0 0xff 0xdead 0xbeef
loadacc2 a1 0xfe 0xbeef 0xdead
checkacc2 4 a1 0xfe 0xbeef 0xdead
exit0