第16章 直接定址表

第16章 直接定址表_第1张图片

s:	mov ax, a[si]
	add word ptr b[0], ax
	adc word ptr b[2], 0
	add si, 2
	loop s

第16章 直接定址表_第2张图片

mov ax, data
mov es, ax

你可能感兴趣的:(汇编语言)