Difference between revisions of "Assembler"

From Cheat Engine
Jump to navigation Jump to search
m (Reverted edits by Sonic (Talk) to last revision by Spunge)
Line 6: Line 6:
 
* IDT/GDT
 
* IDT/GDT
  
...
+
....
  
 
NOP = No Operation , usually used when removing the code that decreases life
 
NOP = No Operation , usually used when removing the code that decreases life
  
...
+
....
  
 
==External links==
 
==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/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]
 
* [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 23:57, 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