java-riscv-emulator/README.txt
2024-10-13 17:00:40 +02:00

4 lines
No EOL
317 B
Text

This is just for me to understand how all this works, and to learn something new.
For example, I learned that endianness is not per bit but per byte. My whole life I've been in misinformation.
So little endian is not that first bit is the LSB, but it's MSB... and after 8 bits it becomes larger, which makes no point