注册 登录
编程论坛 汇编论坛

提取主硬盘引导区程序

小勇12 发布于 2008-10-24 00:01, 1117 次点击
mov ax,201
mov bx,200               
mov cx,1                  
mov dx,80
int 13
int 3
g =100
文件长度bx,cx
rbx 0
rcx 200
n d:\boot.bin
w 200   起始地址

a.txt
u 100 20e
d 20f 2ff
q

debug boot.bin<a.txt >boot.asm
3 回复
#2
cnhanxiao2008-10-24 00:40
在Debug下,还得是DOS环境。
#3
小勇122008-10-24 00:46
windows xp下不行
因为系统会阻止你的访问
你最好还是安装虚拟机在纯dos下
#4
cnhanxiao2008-10-24 08:01
Windows NT/2000/XP/Vista下读硬盘主引导记录程序,见附件

[[it] 本帖最后由 cnhanxiao 于 2008-10-24 08:02 编辑 [/it]]
1