代码搜索结果
找到约 10,000 项符合
6 的代码
6.asm
public change4
data segment
buf db 0ah,0dh,'please input the four hexnumber:$'
data ends
code segment
assume cs:code,ds:data
change4 proc far
mov ax,data
mov ds,ax