codestyle

This commit is contained in:
mrdudz
2025-06-18 02:43:40 +02:00
parent 05506ede2a
commit 00de49a46d

View File

@@ -531,9 +531,10 @@ void OH_BitBranch (const OpcDesc* D)
xfree (BranchLabel);
}
/* <bit> zp, rel */
/* NOTE: currently <bit> is part of the instruction */
void OH_BitBranch_m740 (const OpcDesc* D)
/* <bit> zp, rel
** NOTE: currently <bit> is part of the instruction
*/
{
/* unsigned Bit = GetCodeByte (PC) >> 5; */
unsigned Addr = GetCodeByte (PC+1);