From 8acc1bc2f145007e4dcffe199ca592aef7c9dc14 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 12 Sep 2004 16:11:29 +0000 Subject: [PATCH] fix comment re flashing speed --- iwjpictest/copybits.asm | 2 +- iwjpictest/flasher.asm | 2 +- iwjpictest/serialloop.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iwjpictest/copybits.asm b/iwjpictest/copybits.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/copybits.asm +++ b/iwjpictest/copybits.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to diff --git a/iwjpictest/flasher.asm b/iwjpictest/flasher.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/flasher.asm +++ b/iwjpictest/flasher.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to diff --git a/iwjpictest/serialloop.asm b/iwjpictest/serialloop.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/serialloop.asm +++ b/iwjpictest/serialloop.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to -- 2.30.2