|
hopeyi
新手上路

积分 11
发帖 7
注册 2007-1-10
状态 离线
|
|
2007-1-23 00:46 |
|
|
honyfox
初级用户
 
积分 26
发帖 11
注册 2006-12-16
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
这个很有意思啊,学习汇编中
This is quite interesting. Learning assembly.
|
|
2007-1-24 09:22 |
|
|
czwtqcty
新手上路

积分 9
发帖 5
注册 2006-11-21
状态 离线
|
|
2007-1-24 14:21 |
|
|
lytaiji
新手上路

积分 2
发帖 1
注册 2007-3-28
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
好东东啊!!!!!!!!!!!!!用的着,多谢!!
Good stuff!!!!!!!!!!!!! Useful, thanks!
|
|
2007-3-28 07:12 |
|
|
wangkeham
新手上路

积分 2
发帖 1
注册 2007-3-29
状态 离线
|
|
2007-4-1 06:27 |
|
|
sickboy
新手上路

积分 2
发帖 1
注册 2007-4-6
状态 离线
|
|
2007-4-7 04:16 |
|
|
futurestar
初级用户
 
积分 32
发帖 16
注册 2007-4-9
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
果然是牛啊..................
Sure enough, it's really amazing..................
|
|
2007-4-9 12:15 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
楼主,还可以再省2字节!
in al,71h
ror al,cl ;改作SHR al,cl
and al,3 ;此行删除
add al,'0'
int 10h ;write char al, teletype mode
在上面的程序段中,“ROR al,cl”是要右环绕6位,“and al,3”仅取末2位,但是AL是8位寄存器,6+2=8,如果改成SHR右移6位,则AL的前6位自然清零,也就是说,不再需要“and al,3”限取末2位!这样就能省2字节。
楼主,还可以再省2字节!
in al,71h
ROR al, cl ; change to SHR al, cl
and al, 3 ; delete this line
add al, '0'
int 10h ; write char al, teletype mode
In the above program segment, "ROR al, cl" is to rotate right by 6 bits, and "and al, 3" only takes the last 2 bits. But AL is an 8-bit register, 6 + 2 = 8. If it is changed to SHR to shift right by 6 bits, the first 6 bits of AL will be naturally cleared, that is, there is no need for "and al, 3" to limit to the last 2 bits! In this way, 2 bytes can be saved.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2007-4-10 00:11 |
|
|
cyy20
新手上路

积分 2
发帖 1
注册 2007-4-19
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
不知道好不好用,,,先谢谢~
I don't know if it's easy to use,.,.,., thank you first~
|
|
2007-4-19 03:59 |
|
|
keyi
新手上路

积分 2
发帖 1
注册 2007-1-7
状态 离线
|
|
2007-4-20 11:11 |
|
|
dangerdanger
新手上路

积分 6
发帖 3
注册 2007-4-20
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
真的是查看不是更改,?我试下
It's really to view not to change,? I'll try it
|
|
2007-4-20 12:04 |
|
|
dangerdanger
新手上路

积分 6
发帖 3
注册 2007-4-20
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
?就是一闪就过了,为什么?怎么用啊?哪位知道的告诉一下好吗?谢谢?
?It just flashes by. Why? How to use it? Anyone who knows, please tell me. Thank you?
|
|
2007-4-20 12:10 |
|
|
dangerdanger
新手上路

积分 6
发帖 3
注册 2007-4-20
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
现在在线的前辈哪位知道告诉一下好吗?
Now, is there any senior here who is online and can tell me?
|
|
2007-4-20 12:13 |
|
|
menglongfc
初级用户
 
积分 45
发帖 25
注册 2007-4-21
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
好东西啊,先下拉,谢谢楼主啊
Great stuff! First, pull down. Thanks to the LZ!
|
|
2007-4-22 00:00 |
|
|
siai88
初级用户
  职业灌水者
积分 118
发帖 62
注册 2007-4-16
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
学了好长时间了 还不知道超级用户怎么用~~~//
I've been studying for a long time and still don't know how to use the superuser~~~//
|

偶QQ:78329417我的BLONG |
|
2007-4-24 01:32 |
|