Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Assembly"

From NetSec
Jump to: navigation, search
Line 30: Line 30:
  
  
 
+
* mov
 
* add
 
* add
 
* sub
 
* sub

Revision as of 12:50, 9 May 2012

  • assembler
  • linker


  • nybble
  • byte
  • word
  • dword
  • qword


  • pointer
  • signed
  • unsigned
  • 2's compliment


  • register
  • sub-register
  • architecture-specific registers


  • stack pointer
  • instruction pointer
  • base pointer
  • addressing mode


  • mov
  • add
  • sub
  • div
  • mul


  • and
  • not
  • or
  • xor


  • shl
  • shr
  • rol
  • ror


  • push
  • pop


  • cmp
  • jmp
  • call
  • ret


  • kernel interrupt
  • architecture
  • operating system