首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > 汇编语言 >

请教"REMOTE_CODE_START equ this byte"中的"this byte"是什么意思

2012-03-09 
请问REMOTE_CODE_START equ this byte中的this byte是什么意思?如题[解决办法]Whats following state

请问"REMOTE_CODE_START equ this byte"中的"this byte"是什么意思?
如题

[解决办法]
What's following statement??
You ate it up??

e.g.

rcs equ this byte
rcsw dw 0abh

Note:
rcs and rcsw represent the same address in the memory.
whilst you wanna use them, you can do something like this:
mov al,rcs ; means rcs is a type of byte.
or
mov ax,rcsw ; means rcsw is a type of word.


You can take advantage of it to avoid using operator PTR instead.
[解决办法]
REMOTE_CODE_START 指向 _lpLoadLibrary ,便于定位以_lpLoadLibrary 

开头的内存快。
[解决办法]
you'll know when you need it.
Keep that in mind.
[解决办法]
rcs equ this byte 
rcsw dw 0abh 


rcs 的偏移和 rcsw 的偏移 是一样的.

就是干这事的.

热点排行