新人求助,将datasg段中每个单词的前4个字母改写为大写字母,并且把结果在屏幕显示...
assume cs:codesg,ss:stacksg,ds:datasgstacksg segment
dw 0,0,0,0,0,0,0,0
stacksg ends
datasg segment
db '1. display '
db '2. brows '
db '3. replace '
db '4. modify '
datasg ends
codesg segment
start:codesg ends
end start要求在屏幕显示结果,程序应该是怎样的?
页:
[1]