摘要:
assume cs:code a segment dw 1,2,3,4,5,6,7,8,9,0ah,0bh,0ch,0dh,0eh,0fh,0ffh a ends b segment dw 0,0,0,0,0,0,0,0 b ends code segment start: mov ax,b mov 阅读全文
posted @ 2020-11-17 22:39
phpwyl
阅读(507)
评论(0)
推荐(0)
摘要:
assume cs:code,ds:a,ss:c a segment dw 1,2,3,4,5,6,7,8 a ends b segment dw 1,2,3,4,5,6,7,8 b ends c segment dw 0,0,0,0,0,0,0,0 c ends code segment star 阅读全文
posted @ 2020-11-17 22:19
phpwyl
阅读(673)
评论(0)
推荐(0)

浙公网安备 33010602011771号