From fd597d29d2f6ed1ce5e9085d85b9bd74a4cb9dbb Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 16 May 2020 19:47:34 -0400 Subject: [PATCH] boot: remove spurious label usage --- blk/293 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/blk/293 b/blk/293 index 80b2f7a..8e46e96 100644 --- a/blk/293 +++ b/blk/293 @@ -1,16 +1,16 @@ - JRNZ, L2 FWR ( loopend ) - ( match, let's compare the string then ) - DE DECss, ( Skip prev field. One less because we ) - DE DECss, ( pre-decrement ) - B C LDrr, ( loop C times ) - BEGIN, ( loop ) - ( pre-decrement for easier Z matching ) - DE DECss, - HL DECss, - LDA(DE), - (HL) CPr, - JRNZ, L3 FWR ( loopend ) - DJNZ, AGAIN, ( loop ) - L2 FSET L3 FSET ( loopend ) - + IFZ, + ( match, let's compare the string then ) + DE DECss, ( Skip prev field. One less because we ) + DE DECss, ( pre-decrement ) + B C LDrr, ( loop C times ) + BEGIN, + ( pre-decrement for easier Z matching ) + DE DECss, + HL DECss, + LDA(DE), + (HL) CPr, + JRNZ, L2 FWR ( loopend ) + DJNZ, AGAIN, + L2 FSET ( loopend ) + THEN, ( cont. )