I saw that for example opcode FF 15
is for CALL
on one example that I was looking online, but when I tried to follow that in instruction set reference manual, it says that CALL
is for FF /2
, FF /3
etc.
So I was wondering, what this /2
and /3
represents?
Maybe it's mentioned somewhere in doc, but document is more than 2k pages, and not sure where to look for that.