Initial checkin of DSP 56k VHDL code.
This commit is contained in:
9
vhdl/dsp56k/asm/test_alu/test_tst.asm
Normal file
9
vhdl/dsp56k/asm/test_alu/test_tst.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
clr b
|
||||
tst b
|
||||
; set only carry bit
|
||||
andi #$00,ccr
|
||||
ori #$01,ccr
|
||||
move #>$80,b2
|
||||
tst b
|
||||
move #>$7F,b2
|
||||
tst b
|
||||
Reference in New Issue
Block a user