DSP: Fix typo with TST

This commit is contained in:
Pokechu22 2022-05-22 17:16:22 -07:00
parent 4dc7208195
commit baf2c710ff
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)