Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Assembly"
From NetSec
Line 30: | Line 30: | ||
− | + | * mov | |
* add | * add | ||
* sub | * sub |
Revision as of 11: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