Initial checkin of DSP 56k VHDL code.
This commit is contained in:
8
vhdl/dsp56k/asm/test_alu/test_asl.asm
Normal file
8
vhdl/dsp56k/asm/test_alu/test_asl.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; move #>0,y0
|
||||
; move #>1,y1
|
||||
clr b
|
||||
move #>$A5,b0
|
||||
move #>$A5,b1
|
||||
move #>$A5,b2
|
||||
andi #$00,ccr
|
||||
asl b
|
||||
Reference in New Issue
Block a user