体检宝免费下载安装:谁能告诉我以下几个问题的答案?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/28 22:19:40
1.Suppose that DS=0200H,BX=0300H,and DI=400H.Determine the memory address accessed by each of the following instructions,assuming real mode operation:
(a) MOV AL ,[1234H]
(b)MOV EAX,[BX]
(c)MOV [DI],AL

2.Suppose that DS=1200H,BX=0100H,and SI=0250H.Dtermine the address accessed by each of the following instructions,assuming real mode operation:
(a)MOV [100H],DL
(b)MOV [SI+100H],EAX
(c)MOV DL,[BX+100H]

请问这是哪个学科的题,能给我翻译一下我帮你做做

这是计算机的汇编语言题
但我没学过汇编语言.
我不会做