From 00de49a46d07127d14d1370f32e306b0525bf97d Mon Sep 17 00:00:00 2001 From: mrdudz Date: Wed, 18 Jun 2025 02:43:40 +0200 Subject: [PATCH] codestyle --- src/da65/handler.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);