Fixed lowest bit of z=00000000; it should be "1"
authoradam <adam@megacz.com>
Tue, 14 Mar 2006 13:05:04 +0000 (14:05 +0100)
committeradam <adam@megacz.com>
Tue, 14 Mar 2006 13:05:04 +0000 (14:05 +0100)
doc/atmel.txt

index 8ddb2bf..5a7867a 100644 (file)
@@ -32,6 +32,7 @@ Corrections
 
     2005.08.12  [gosset]  Initial revision
     2006.03.12  [megacz]  Swapped {L1,L0}->W, FB->{L0,L1}, {H0->L0,H1->L1}
+    2006.03.13  [megacz]  Fixed lowest bit of z=00000000; it should be "1"
 
 Background
 
@@ -105,7 +106,7 @@ Cartesian Resources
   +----+--------+--------+--------+--------+--------+--------+--------+--------+
   |Z3:0|                           D  octet                                    |
   +----+--------+--------+--------+--------+--------+--------+--------+--------+
-  |0000| V4->L4 | H4->L4 | FB->L2 | FB->L3 | FB->L0 | FB->L1 | FB->L4 |   0    |
+  |0000| V4->L4 | H4->L4 | FB->L2 | FB->L3 | FB->L0 | FB->L1 | FB->L4 |   1    |
   +----+--------+--------+--------+--------+--------+--------+--------+--------+
   |0001| ZM->R  | YL->R  | WZ->WM | FB->WM | ZM->C  | ZM->FB |  C->XO |  C->YO |
   +----+--------+--------+--------+--------+--------+--------+--------+--------+