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
|
||||
// 1011 r001 xxxx xxxx
|
||||
// Test accumulator %acR.
|
||||
// Test accumulator $acR.
|
||||
//
|
||||
// flags out: --xx xx00
|
||||
void Interpreter::tst(const UDSPInstruction opc)
|
||||
|
|
|
@ -126,7 +126,7 @@ void DSPEmitter::andf(const UDSPInstruction opc)
|
|||
|
||||
// TST
|
||||
// 1011 r001 xxxx xxxx
|
||||
// Test accumulator %acR.
|
||||
// Test accumulator $acR.
|
||||
//
|
||||
// flags out: --xx xx00
|
||||
void DSPEmitter::tst(const UDSPInstruction opc)
|
||||
|
|
Loading…
Reference in New Issue