@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?
@Felthry OOooo. :o
@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")
@Nine the number of bits of a processor's data bus stopped being a useful metric a while ago