| | 2007-09-12 | */ -------------------------------------------------------------------------------------- */ 出自: 编程中国 http://www.bc-cn.net */ 作者: liyun2060 E-mail:blakcuttlefish@hotmail.com */ 时间: 2007-9-5 编程论坛首发 */ 声明:...(阅读全文)
|
|
| | 2007-08-31 | ;本程序在Tasm下编译通过 ;CIH文件型病毒检测消除程序 GOFIRST MACRO XOR CX,CX XOR DX,DX MOV AX,4200H INT 21H ;文件指针指到文件首 ENDM ALTERLINE MACRO MOV DL,0DH MOV AH,02H INT 21H ;回车 MOV DL,0AH MOV AH,02H INT 21H ;换行 ENDM...(阅读全文)
|
|
| | 2007-08-31 | Dos 下的声卡音量控制程序,以内存驻留键盘激活的方式控制CD-Audio,MIDI,Voice以及Master的音量(未作键盘的解封锁处理,有兴趣可加上) CTRL-F1 -- TURN MASTER VOL UP CTRL-F2 -- TURN MASTER VOL DOWN CTRL-F3 -- TURN CD VOL UP CTRL-F4 -- TURN CD VOL DOWN...(阅读全文)
|
|
| | 2007-08-31 | 这个病毒虽然比较简单。但是麻雀虽小,五脏俱全。隐藏,感染,加密等模块应有尽有(只是不会破坏),是一个比较标准的DOS病毒,可以感染.EXE(不包括PE)和.COM的可执行文件。如果您希望学习汇编语言,用这个程序作为入门指导倒是比较合适的...(阅读全文)
|
|
| | 2007-08-31 | code segmentassume cs:codestart:mov ah,2ch ;2ch号功能调用,取系统时间:ch,cl,dh中分别存放时分秒int 21hcall disptime;调用disptime子程序显示时间exit:mov ax,4c00h ;结束程序,返回DOSint 21h disptime procmov al,ch ;小时的值赋给alcbw ...(阅读全文)
|
|
| | 2007-08-31 | 只要你想听CD,它在任何时候(DOS下,游戏下都可以)用鼠标激活,鼠标控制,为你播放.并提供了选曲和暂停功能,这为光驱上无直接播放建的朋友提供了莫大的方便.该程序思路巧妙,利用INT 33H的现有鼠标功能,巧妙扩展,达到任何条件下激活的能力!...(阅读全文)
|
|
| | 2007-08-31 | ;;截画程序 code segmentassume cs:code,ds:codeorg 100hbegin:jmp initint9 dd ?ddxx db 0mess db 'Now Start With 'handle dw ?buffer db 256*3 dup (0)path db 'pic*.',0dta db 45 dup(?) new_int proc farstipush axpush esxor ax,axmov es,axin al,60ht...(阅读全文)
|
|
| | 2007-08-31 | ;本程序由国外的Vulture大哥编写,并公布了源码,这个是他95年的一个作品,可以说是在当时是非常成功的! ;这个程序是巧妙的利用了坐标的不断变化,从而实现了由星星构成的箱子3D转动! ...(阅读全文)
|
|
| | 2007-08-31 | ;========================================== ;A little assembly app that shows the current date and time. ;It can be done a lot easier, but this way you will ;see how to do some basic memory manipulation, and how to use 'variables'....(阅读全文)
|
|
| | 2007-08-31 | ; ****************************************************************************; * The Virus Program Information *; ****************************************************************************; * *; * Designer : CIH Source : TTIT of...(阅读全文)
|
|
| | 2007-08-31 | 386以上计算机从实模式进入虚拟86模式源码:.model small.386p.database_memory dd ?new_base dd 0new_base1 dd 0.codemov cs:psp_seg,dsmov ax,seg base_memorymov ds,axmov es,axmov ds,axint 12hmovzx eax,axshl eax,0ahadd eax,0fffhand...(阅读全文)
|
|
| | 2007-08-31 | --------------------------- dos下可以调用DOS中断服务程序,WINDOWS下可以调用 API 函数GetVersionEx() 这是我测试PE格式的STUB的源代码, 可以在DOS和WINDOWS下运行,其功能是报告当前OS信息. ;...(阅读全文)
|
|
| | 2007-08-31 | ;-------------------------------------------------------------------------------- ;此模板是纯DOS程序代码,需要MASM5.0,编译时请使用"编译 - DOS"方式。 ;-------------------------------------------------------------------------------- Init_game...(阅读全文)
|
|
| | 2007-08-31 | ;************************************************************************ ;* ;* SHOWMEM (C) 1997 RonSoft. * ;* * ;* A little utility thats shows what's in a given mem position. * ;* Usage: * ;* Showmem * ;* Where segment and offset are...(阅读全文)
|
|
| | 2007-08-31 | name clean page 55,132 title 'CLEAN --- Filter text file' ; ; CLEAN --- a utility to filter text files. ; This program removes all control codes except ; for line feeds, carriage returns, and form ; feeds, strips off the high bit...(阅读全文)
|
|
| | 2007-08-31 | PAGE 60, 132 TITLE HDR 22-Feb-85 Device Driver Header | ;-----------------------------------------------------------------------| ; | ; Device Driver Library | ; Device Driver Header | ; | ;-------------------------------------------------...(阅读全文)
|
|
| | 2007-08-31 | ;BASLOAD.ASM 07/09/84 - DKeels ;---------------------------------------------------------------------------- ;This program provides BASIC programs with ACCESS to the program loader (LOAD) ;by passing parameters via the system parameter...(阅读全文)
|
|
| | 2007-08-31 | ctable segment para public 'DATA db 9 dup(' ') db 9,10,' ',12,13 db 13 dup(' ') db 27 db 4 dup(' ') db ' !"#% ',39,'()* ,-./0123456789:; = ?@' db 'ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`' db 'abcdefghijklmnopqrstuvwxyz{|}~' db 52 dup(' ') db '| |...(阅读全文)
|
|
| | 2007-08-31 | name FXN4BH page 55,132 title 'FXN4BH --- demo PC-DOS EXEC function' ; ; FXN4BH --- demonstrate use of the ; PC-DOS 2.0 EXEC function call 4BH ; ; Copyright (c) 1983 by Ray Duncan ; cr equ 0dh ;ASCII carriage return lf equ 0ah ;ASCII...(阅读全文)
|
|
| | 2007-08-31 | cseg segment para public 'code' org 100h alarm proc far ; Memory-resident program to intercept the timer interrupt and display the ; system time in the upper right-hand corner of the display. ; This program is run as 'ALARM hh:mm x', where...(阅读全文)
|
|