DSP: Fix typo with TST
This commit is contained in:
parent
4dc7208195
commit
baf2c710ff
|
@ -81,7 +81,7 @@ void Interpreter::andf(const UDSPInstruction opc)
|
||||||
|
|
||||||
// TST
|
// TST
|
||||||
// 1011 r001 xxxx xxxx
|
// 1011 r001 xxxx xxxx
|
||||||
// Test accumulator %acR.
|
// Test accumulator $acR.
|
||||||
//
|
//
|
||||||
// flags out: --xx xx00
|
// flags out: --xx xx00
|
||||||
void Interpreter::tst(const UDSPInstruction opc)
|
void Interpreter::tst(const UDSPInstruction opc)
|
||||||
|
|
|
@ -126,7 +126,7 @@ void DSPEmitter::andf(const UDSPInstruction opc)
|
||||||
|
|
||||||
// TST
|
// TST
|
||||||
// 1011 r001 xxxx xxxx
|
// 1011 r001 xxxx xxxx
|
||||||
// Test accumulator %acR.
|
// Test accumulator $acR.
|
||||||
//
|
//
|
||||||
// flags out: --xx xx00
|
// flags out: --xx xx00
|
||||||
void DSPEmitter::tst(const UDSPInstruction opc)
|
void DSPEmitter::tst(const UDSPInstruction opc)
|
||||||
|
|
Loading…
Reference in New Issue