From 7c1c256cb1b8319c113552cd621a21a4e4302bf0 Mon Sep 17 00:00:00 2001 From: Hugo Clement Date: Wed, 27 Nov 2002 16:00:17 +0000 Subject: [PATCH] =?UTF-8?q?coh=C3=A9rence=20man/cellule=20g=C3=A9n=C3=A9r?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alliance/src/genlib/doc/man_dpgen_adsb2f.sgm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm b/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm index ae552372..3caed048 100644 --- a/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm +++ b/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm @@ -42,8 +42,8 @@ Operation can be either signed or unsigned. In unsigned - mode &c32; is the overflow, in unsigned mode you have to compute - overflow by XORing &c32; and &c31;. + mode &c31; is the overflow, in unsigned mode you have to compute + overflow by XORing &c31; and &c30;. @@ -59,12 +59,12 @@ - &c32; : carry out. In unsigned mode, this is the + &c31; : carry out. In unsigned mode, this is the overflow (output, 1 bits). - &c31; : used to compute overflow in signed mode : - overflow := c32 xor c31 (output, 1 bits). + &c30; : used to compute overflow in signed mode : + overflow := c31 xor c30 (output, 1 bits).