Is there some information source or technical draft (something like RFC for networking) describing implementation of particular instructions (e.g. mov
, jmp
, je
, jle
, inc
, ...) for Intel
architecture?
Some general talk is on wikipedia but I'd like to know perfectly what's happening under the hood.
Thank you