@Nine i mean it's already a poorly defined metric to begin with
some processors have more than one "bit number"
@Nine like the pic24 family has some instructions that operate on 8-bit words and separate instructions that operate on 16-bit words
@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
@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")