Initial checkin of DSP 56k VHDL code.
This commit is contained in:
11
vhdl/dsp56k/asm/test_alu/test_rnd.asm
Normal file
11
vhdl/dsp56k/asm/test_alu/test_rnd.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
andi #$00,CCR
|
||||
move #>$123456,a1
|
||||
move #>$789ABC,a0
|
||||
rnd a
|
||||
move #>$123456,a1
|
||||
move #>$800000,a0
|
||||
rnd a
|
||||
move #>$123455,a1
|
||||
move #>$800000,a0
|
||||
rnd a
|
||||
Reference in New Issue
Block a user