Difference between revisions of "Assembler"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | Flags | ||
| + | Segments | ||
| + | CPL/DPL | ||
| + | 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 | ||
| + | |||
... | ... | ||
Revision as of 21:43, 28 July 2009
Flags Segments CPL/DPL IDT/GDT
...
NOP = No Operation , usually used when removing the code that decreases life
...