Registers
Name | Description | |
---|---|---|
CS | code segment, for fetches via IP | |
SS | stack segment, for load/store via SP and BP | |
DS | data segment, for load/store via other registers | |
ES | another data segment, destination for string operationgs | |
SP | stack pointer | |
BP | frame base pointer | |
SI | source index | |
DI | destination index | |
IP | instruction pointer |