assume cs:code
code segment
mov ax, 20h
mov ds, ax ;change 0:200~0:23F into 20h:0~20h:3Fh to avoid using another register
mov bx, 0 ;bx serves as the offset address as well as data assigned to the address
mov cx,
汇编语言 王爽(第三版) 实验4 [bx]和loop的使用
最新推荐文章于 2022-09-05 00:03:11 发布