Initial checkin of DSP 56k VHDL code.
This commit is contained in:
20
vhdl/dsp56k/asm/test_alu/test_carry.asm
Normal file
20
vhdl/dsp56k/asm/test_alu/test_carry.asm
Normal file
@@ -0,0 +1,20 @@
|
||||
clr a
|
||||
clr b
|
||||
andi #$00,ccr
|
||||
move #>$7F,a2
|
||||
move #>$7F,b2
|
||||
add a,b
|
||||
|
||||
clr a
|
||||
clr b
|
||||
andi #$00,ccr
|
||||
move #>$80,a2
|
||||
move #>$7F,b2
|
||||
add a,b
|
||||
|
||||
clr a
|
||||
clr b
|
||||
andi #$00,ccr
|
||||
move #>$80,a2
|
||||
move #>$80,b2
|
||||
add a,b
|
||||
Reference in New Issue
Block a user