必做1
data segment
led1 db 3fh,06h,5bh,4fh,66h,6dh,7dh,07h,7fh,6fh
led2 db 77h,7ch,39h,5eh,79h,71h,00h
data ends
code segment
assume cs:code,ds:data,es:data
start: mov ax,data
mov ds,ax
mov es,ax
ioport equ 0c800h-280h
mov al,10000000b
mov dx,ioport+28bh
out dx,al...


- [starrynight] 不才,我想问博主:这是什么程序?哪里的实验five? 06/10 14:09
- [tomato] 把检测题做了学得会更踏实! 05/19 15:50
- [游客] 我也定了一本,等着收货呢。 05/15 21:30
- [游客] 书不能只是看,要结合书中的知识多去实践,也即是编程,编程,再编程!!! 05/15 19:41
- [crazyman] 既然你的想法跟我们如此一致,除了赶紧学习,还能做什么呢。 开始! 05/14 10:13
- [游客] 赞同.开始行动吧! 05/14 07:10