So I'm doing some very sophisticated code in assembler on my fav little processor. I recently discovered that most processors have special prefix codes so they can carry out wider operations. like the 8086 had prefix codes that allow 32 bit operations even though the CPU was in 16 bit mode.
Does anybody know where the details for these prefix codes are and documentation on how to use them.