From: adam Date: Tue, 14 Mar 2006 13:05:04 +0000 (+0100) Subject: Fixed lowest bit of z=00000000; it should be "1" X-Git-Tag: mpar_demo_release~127 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=097dcffd19853f6cc933c1e126719fa2e10681fc;p=slipway.git Fixed lowest bit of z=00000000; it should be "1" --- diff --git a/doc/atmel.txt b/doc/atmel.txt index 8ddb2bf..5a7867a 100644 --- a/doc/atmel.txt +++ b/doc/atmel.txt @@ -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 | +----+--------+--------+--------+--------+--------+--------+--------+--------+