anyone smart plz help

Answer:
movea DS_PointerTable,r7,r6
added on the 2020-10-12 05:11:14 by DevEd DevEd
Code:
const uint8 note = musicData.ReadUint8();
if(note & 0x80)
{
chnState.repeat = note & 0x7F;
repeatsLeft += chnState.repeat;
*m = chnState.prevCommand;
continue;
}
added on the 2020-10-12 11:23:06 by Saga Musix Saga Musix
From textfx:
Code:
int a,b,c,d,e,f,g,h,i,j,k,l; // So sue me
: