搜索资源列表
sum
- code segment assume cs:code sum_p proc near jcxz exit add ax,cx dec cx call sum_p exit: ret sum_p endp start: mov ax,2000h mov ds,ax mov ax,0 mov si,0 mov cx,7 call sum_p mov [si],ax mov ah,4ch int 21h
showtime
- 用汇编语言写的显示系统时间的小程序. 用于参考int 21h 的2ch号调用.-Using assembly language to write the time of the Display System applet. Used in reference to the int 21h call No. 2ch.
sfs
- DW 256 DUP(?) STACK1 ENDS DDATA SEGMENT MES1 DB The least number is:$ MES2 DB 0AH,0DH, The largest number is:$ NUMB DB 0D9H,07H,8BH,0C5H,0EBH,04H,9DH,0F9H DDATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DDATA START: MOV AX,DDAT
111
- 在他四五岁时一次喝粥被烫伤了胃,导致他后来只能吃比较清淡的食物,而且要对不同食物仔细观察,日复一日,养成了欧文注意细节的习惯。 小时候的欧文非常活跃,各类比赛都名列前茅,而且爱好广泛,喜欢广交好友。九岁时的欧文已经读了很多书籍,且对外面的世界憧憬不已。家庭的贫穷,从小 开始的“家庭童工”经历,使他过早地步-code segment assume cs:code start: mov aL,35H add aL,48h jmp short start
showtime
- 用汇编语言写的显示系统时间的小程序.用于参考int 21h 的2ch号调用.-Using assembly language to write the time of the Display System applet. Used in reference to the int 21h call No. 2ch.