Initial checkin of DSP 56k VHDL code.
This commit is contained in:
7
vhdl/dsp56k/asm/test_alu/test_tfr.asm
Normal file
7
vhdl/dsp56k/asm/test_alu/test_tfr.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
move #$ABCDEF,a
|
||||
move #$123456,b
|
||||
tfr a,b b,a
|
||||
move #$555555,x0
|
||||
move #$AAAAAA,y1
|
||||
tfr x0,a a,x0
|
||||
tfr y1,b b,y0
|
||||
Reference in New Issue
Block a user