Initial checkin of DSP 56k VHDL code.
This commit is contained in:
10
vhdl/dsp56k/asm/test_alu/test_neg.asm
Normal file
10
vhdl/dsp56k/asm/test_alu/test_neg.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
andi #$00,CCR
|
||||
move #>$654321,a
|
||||
neg a
|
||||
clr a
|
||||
move #>$80,a2
|
||||
neg a
|
||||
move #>$800000,a
|
||||
neg a
|
||||
|
||||
Reference in New Issue
Block a user