@Nine like the pic24 family has some instructions that operate on 8-bit words and separate instructions that operate on 16-bit words
@Nine x86-64 processors also still have all the 32-bit instructions from the 32-bit x86 family too
@Felthry ..yoooooo that's...
heck that's wild. is it like with the TG16 console where it was '16 bit' in that it had a 16 bit main processor but 8 bit for sound?
@Nine no, this is just different operations the same processor can do
@Felthry OOooo. :o
@Nine the number of bits of a processor's data bus stopped being a useful metric a while ago
@Nine you should take the time to learn the basics of assembly programming sometime, it's really fascinating and it shows you exactly, in detail, what the processor can and can't do
@Nine (also it's nowhere near as hard to understand as people make it out to be (unless you're looking at x86 assembly. don't do that); it gets complicated to make it do what you want, but it's not at all complciated to understand. It's very basic instructions like "grab this number and put it here" or "add this number to this number")
@Felthry okay real talk now because before I was joking about the bit numbers thing about computers rather than being serious but
processors have more than one "bit number"??? :O I need to know more