This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

assembler prefix for 16 and 32 bit operations

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.

0