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

Assembly

From NetSec
Jump to: navigation, search
  • assembler
  • linker
  • nybble
  • byte
  • word
  • dword
  • qword
  • pointer
  • signed
  • unsigned
  • 2's compliment
  • register
  • sub-register
  • stack pointer
  • instruction pointer
  • base pointer


  • add
  • sub
  • div
  • mul


  • and
  • not
  • or
  • xor


  • shl
  • shr
  • rol
  • ror


  • push
  • pop


  • cmp
  • jmp
  • call
  • ret


  • kernel interrupt
  • architecture
  • operating system