System variables

Summary
System variables
Variables
sp
sreg
_r0
_r1
_bpBase pointer.
_siSource address.
_diDestination address.
_ax
_al_ax LSB
_ah_ax MSB
_bx
_bl_bx LSB
_bh_bx MSB
_cx
_cl_cx LSB
_ch_cx MSB
_dx
_dl_dx LSB
_dh_dx MSB

Variables

sp

sp = $20e4

sreg

sreg = $20e6

_r0

_r0 = $20e8

_r1

_r1 = $20ea

_bp

_bp = $20ec

Base pointer.

_si

_si = $20ee

Source address.

_di

_di = $20f0

Destination address.

_ax

_ax = $20f8

_al

_al = _ax

_ax LSB

_ah

_ah = _ax+1

_ax MSB

_bx

_bx = $20fa

_bl

_bl = _bx

_bx LSB

_bh

_bh = _bx+1

_bx MSB

_cx

_cx = $20fc

_cl

_cl = _cx

_cx LSB

_ch

_ch = _cx+1

_cx MSB

_dx

_dx = $20fe

_dl

_dl = _dx

_dx LSB

_dh

_dh = _dx+1

_dx MSB

sp = $20e4
sreg = $20e6
_r0 = $20e8
_r1 = $20ea
_bp = $20ec
Base pointer.
_si = $20ee
Source address.
_di = $20f0
Destination address.
_ax = $20f8
_al = _ax
_ax LSB
_ah = _ax+1
_ax MSB
_bx = $20fa
_bl = _bx
_bx LSB
_bh = _bx+1
_bx MSB
_cx = $20fc
_cl = _cx
_cx LSB
_ch = _cx+1
_cx MSB
_dx = $20fe
_dl = _dx
_dx LSB
_dh = _dx+1
_dx MSB
Close