diff --git a/src/da65/handler.c b/src/da65/handler.c index 8145a6bfc..45c152697 100644 --- a/src/da65/handler.c +++ b/src/da65/handler.c @@ -531,9 +531,10 @@ void OH_BitBranch (const OpcDesc* D) xfree (BranchLabel); } -/* zp, rel */ -/* NOTE: currently is part of the instruction */ void OH_BitBranch_m740 (const OpcDesc* D) +/* zp, rel +** NOTE: currently is part of the instruction +*/ { /* unsigned Bit = GetCodeByte (PC) >> 5; */ unsigned Addr = GetCodeByte (PC+1);