chrstrbrts
Senior member
Hello,
If you have a 64-bit processor (or a 32-bit one), your processor can understand instructions that are 64 (or 32) bits long.
2^64 is a huge number. (2^32 is still pretty big).
There are many, MANY more numbers in a 64 bit array than there are recognizable op-codes.
So, how does the processor handle a bum machine instruction?
Does it just ignore it?
Throw some kind of hardware exception?
Thanks.
If you have a 64-bit processor (or a 32-bit one), your processor can understand instructions that are 64 (or 32) bits long.
2^64 is a huge number. (2^32 is still pretty big).
There are many, MANY more numbers in a 64 bit array than there are recognizable op-codes.
So, how does the processor handle a bum machine instruction?
Does it just ignore it?
Throw some kind of hardware exception?
Thanks.