Proteus仿真8086相应开关控制相应的灯.docVIP

  • 25
  • 0
  • 约小于1千字
  • 约 2页
  • 2021-11-07 发布于广东
  • 举报
word word PAGE / NUMPAGES word //相应开关把握相应的灯 data segment ;input data segment code here data ends stack segment ;input stack segment code here stack ends code segment assume cs:code,ds:data,ss:stack start: mov ax,data mov ds,ax mov dx,0f6h mov al out dx,al l:mov dx,0f0h in al,dx mov dx,0f2h out dx,al jmp l ret mov ah,4ch int 21h code ends end start

文档评论(0)

1亿VIP精品文档

相关文档