From 77a599573d2fe9f0c936b2e364284a6b6b08f172 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 19 Jan 2008 15:59:26 +0000 Subject: [PATCH] fix comments for lastd1, lastd2 to be right way round so the sentence is a sentence --- detpic/variables.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detpic/variables.asm b/detpic/variables.asm index 95fbe32..45e351e 100644 --- a/detpic/variables.asm +++ b/detpic/variables.asm @@ -54,8 +54,8 @@ ste_slave equ 0 ; Gk slave number ste_flags equ 1 ; ** flags (stf_...), see below ste_detbasel equ 2 ; dk added to 11111bbb to make 0SSSSSSS; ie first-0xf8 ste_lastd0 equ 3 ; d } [o0]* ie every bit is either 0 (for an -ste_lastd2 equ 4 ; d } previously seen detection data bit -ste_lastd1 equ 6 ; d } irrelevant bit) or o, meaning the +ste_lastd2 equ 4 ; d } irrelevant bit) or o, meaning the +ste_lastd1 equ 6 ; d } previously seen detection data bit ste_detmsgh equ 7 ; dk 1 001 1 000 being 1 001 Y SSS ; offset^ ^which module(s) use this data: ; G global - for use by any code -- 2.30.2