[Oberon] FPGA - Little Endian & Bit numbering
Alexander Ilin
ajsoft at yandex.ru
Fri Sep 22 11:40:52 CEST 2017
Hello, Tomas!
22.09.2017, 12:31, "Tomas Kral" <thomas.kral at email.cz>:
> Hi,
>
> I learnt earlier OberonV5 is little endian.
>
> Toying with bit reversal, and printing in binary, I further discovered
> that bit numbering is MSB 0, correct?
>
> Example, printing 128 in binary gives,
> 0000001
If you start looping from 0, and output writes left to right one bit at a time, then bit number 0 is LSB, and the last bit written (number 7) is MSB.
---=====---
Александр
More information about the Oberon
mailing list