PagingDemoProc 注意这个这个程序段使用的是LinearAddrDemo线性地址。分页后线性地址要转换。
时间:2011-05-09 来源:wanghj_dz
PagingDemoProc:
OffsetPagingDemoProc equ PagingDemoProc - $$
mov eax, LinearAddrDemo ;LinearAddrDemo equ 00401000h ,ProcFoo equ 00401000h
call eax ;跳到foo处执行代码
retf
LenPagingDemoAll equ $ - PagingDemoProc
相关阅读 更多 +