Initial checkin of DSP 56k VHDL code.
This commit is contained in:
8
vhdl/dsp56k/asm/test_mem/test.asm
Normal file
8
vhdl/dsp56k/asm/test_mem/test.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
move #4,r0
|
||||
move #20,r1
|
||||
move r1,x:(r0)
|
||||
move x:(r0),a
|
||||
move r1,y:(r0)
|
||||
move l:(r0)+,ab
|
||||
|
||||
Reference in New Issue
Block a user