From 8653c1697f577c2585a06da55331d39f66a9cd51 Mon Sep 17 00:00:00 2001 From: catsus Date: Sun, 23 Oct 2022 21:10:08 +0200 Subject: [PATCH] Fix for slow speed --- blink | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blink b/blink index 9eb6733..e8f32b1 100644 --- a/blink +++ b/blink @@ -6,10 +6,10 @@ ; Memory address, command in hexadecimal, mnemonic, comment 0 F8 LDI Load immediate... -1 A2 162 ...the value 162 -2 B2 PHI R2 Put it in the upper part of register 2 +1 02 2 ...the value 2 +2 A2 PLO R2 Put it in the lower part of register 2 3 22 DEC R2 Decrement register 2 by one -4 92 GHI R2 Load the upper part of register 2 +4 82 GLO R2 Load the lower part of register 2 5 3A BNZ Branch if that is not zero... 6 03 3 ...to address 3 7 CD LSQ Long skip (skip two next) if Q=1