Difference between revisions of "Assembler"

From Cheat Engine
Jump to navigation Jump to search
Line 11: Line 11:
  
 
...
 
...
 +
 +
==External links==
 +
* [http://www.intel.com/Assets/PDF/manual/253666.pdf Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2A: Instruction Set Reference, A-M]
 +
* [http://www.intel.com/Assets/PDF/manual/253667.pdf Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2B: Instruction Set Reference, N-Z]

Revision as of 22:43, 28 July 2009

This entry needs a lot of work. Please contribute if you can.

Check this page to see if there are some suggestions for adding to Assembler.

To describe:

  • Flags
  • Segments
  • CPL/DPL
  • IDT/GDT

...

NOP = No Operation , usually used when removing the code that decreases life

...

External links