OK SO with computers we talk about their bitness a lot.
Like the C64 is an 8bit computer, the SNES is 16bit, the 386 PCs were 32bit, and modern PCs and phones are 64bit, right?
Conversation
Replying to
Want to see weird, look at PIC18: 8 bit register + data bus, 12 bit SRAM data address, 16 bit instruction, 20 bit Flash instruction address. Word and address width can differ, and instruction/data bus setup can be completely separate (Harvard architecture).

