Difference between revisions of "Assembler"
Jump to navigation
Jump to search
(Replaced content with 'Owned by Sonic--~~~~') |
|||
Line 1: | Line 1: | ||
− | + | {{NeedWork}} | |
+ | To describe: | ||
+ | * Flags | ||
+ | * Segments | ||
+ | * CPL/DPL | ||
+ | * IDT/GDT | ||
+ | |||
+ | ... | ||
+ | |||
+ | NOP = No Operation , usually used when removing the code that decreases life | ||
+ | |||
+ | ... | ||
+ | |||
+ | ==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 23:07, 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
...