Initial checkin of DSP 56k VHDL code.
This commit is contained in:
14
vhdl/dsp56k/asm/test_alu/test_norm.asm
Normal file
14
vhdl/dsp56k/asm/test_alu/test_norm.asm
Normal file
@@ -0,0 +1,14 @@
|
||||
clr a
|
||||
move #$000001,a1
|
||||
tst a
|
||||
rep #$2F
|
||||
norm R3,a
|
||||
clr a
|
||||
move #$FF0000,a
|
||||
move #$84,a2
|
||||
tst a
|
||||
rep #$2F
|
||||
norm R1,a
|
||||
clr a
|
||||
rep #$2F
|
||||
norm R2,a
|
||||
Reference in New Issue
Block a user