|
playboy2925
银牌会员
     想當一人之下萬人之上
积分 1275
发帖 393
注册 2003-1-10
状态 离线
|
『楼 主』:
用 DEBUG 读取硬盘的主引导记录
使用 LLM 解释/回答一下
C:\>DEBUG
-a100
mov ax,0201 ;02 代表“读”
mov bx,200 ;运行结果放在内存地址 0200 处
mov cx,1 ;
mov dx,80 ;80 代表第一硬盘
int 13 ;调用磁盘中断
int 20 ;结束程序
-g=100 ;从 100 处开始运行程序
-d200 ;显示主引导记录
-q
C:\>DEBUG
-a100
mov ax,0201 ;02 means "read"
mov bx,200 ;The running result is placed at the memory address 0200
mov cx,1 ;
mov dx,80 ;80 means the first hard disk
int 13 ;Call the disk interrupt
int 20 ;End the program
-g=100 ;Run the program starting from 100
-d200 ;Display the master boot record
-q
|

<- 刷新一下换个MM
叫我Jorkin或小p就行,别再叫playboy2925了,跟提犯人似的。
如果认为小弟发的logo不错的话,给朵鲜花我就知道了。:)
|
|
2003-2-26 00:00 |
|
|
laoje
中级用户
  
积分 223
发帖 36
注册 2003-1-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
i know this.
but i don't know how to see FAT?
Do you know?
i know this.
but i don't know how to see FAT?
Do you know?
|
|
2003-2-26 00:00 |
|
|
wolfwood
初级用户
  wolfwood
积分 158
发帖 14
注册 2003-2-14
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
建議不要用int20結束程序,有的軟件會接管它,用int3(cch)多好。
It is suggested not to use int20 to end the program, some software will take over it, how good it is to use int3(cch).
|

我不能偷也不能搶 |
|
2003-2-26 00:00 |
|
|
zch123yx
初级用户
 
积分 124
发帖 3
注册 2003-6-14
状态 离线
|
|
2003-6-18 00:00 |
|
|
qhch1979
初级用户
 
积分 137
发帖 9
注册 2003-7-2
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
讲得还是不通不透的。我好想学好DOS啊!救救我!
It's still not completely clear. I really want to learn DOS well! Help me!
|
|
2003-7-2 00:00 |
|
|
hjyusong
初级用户
 
积分 109
发帖 1
注册 2003-6-25
状态 离线
|
|
2003-7-4 00:00 |
|
|
50030
中级用户
   50030
积分 263
发帖 49
注册 2002-11-8 来自 广东
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
要想弄明白一个方面的知识,最好是能买到两三本同类的、合适的电脑书,合适的书本有全面的基础理论知识,别人提供的只是某个方面的技巧,我想靠积累零星的技巧不是很适合于初学者,因为人家的几句文字可能包含了各个方面的基础知识,别人也没耐心去跟你讲基础理论,没有基础理论容易走许多弯路花时间。自己应有基本书配合来学习,就容易接受别人的技巧了。
To understand the knowledge in one aspect, it is best to be able to buy two or three similar, appropriate computer books. Appropriate books have comprehensive basic theoretical knowledge. What others provide are just skills in a certain aspect. I think accumulating fragmented skills is not very suitable for beginners because a few lines of text from others may contain basic knowledge in various aspects. Others are not patient to explain the basic theory to you. Without basic theory, it is easy to take many detours and spend time. One should have basic books to cooperate with learning, and then it is easy to accept others' skills.
|

clipper 有谁在用?交流一下 |
|
2003-7-4 00:00 |
|
|
alenx
初级用户
 
积分 136
发帖 7
注册 2003-6-3
状态 离线
|
|
2003-7-5 00:00 |
|