From 7c9a73cab31bb330510b5c234b42a709d4456e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 28 Sep 2022 02:08:57 +0300 Subject: [PATCH] Fix indentation in normalize in calculator.asm --- calculator.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/calculator.asm b/calculator.asm index c63ba1e..4cad962 100644 --- a/calculator.asm +++ b/calculator.asm @@ -881,13 +881,13 @@ normalizeRoundUp: breq r0, r0, normalizeRoundUpLoop - normalizeRoundUpEnd: - cleq r0, r0, popWord - cleq r0, r0, popWord - cleq r0, r0, popWord +normalizeRoundUpEnd: + cleq r0, r0, popWord + cleq r0, r0, popWord + cleq r0, r0, popWord - ; We might have ended up with a digit in the overflow - breq r0, r0, normalize + ; We might have ended up with a digit in the overflow + breq r0, r0, normalize normalizeRoundDown: ; Zero out the rounding digit