Initial checkin of DSP 56k VHDL code.
This commit is contained in:
8
vhdl/dsp56k/asm/test_alu/test_eor.asm
Normal file
8
vhdl/dsp56k/asm/test_alu/test_eor.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
move #>$000FFF,y0
|
||||
move #>$FF00FF,b
|
||||
andi #$00,ccr
|
||||
eor y0,b
|
||||
move #>$FFFFFF,y0
|
||||
move #>$FFFFFF,b
|
||||
andi #$00,ccr
|
||||
eor y0,b
|
||||
Reference in New Issue
Block a user