<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card id="discuz_wml" title="CnPack Forum">
<p>#1 《Basm初学者入门》中的一个错误<br /><small>该错误位于12页<br />
如下：<br />
<br />
[quote] <br />
Then there are only three lines of asm back to explain.<br />
这三行返回代码需要解释一下：<br />
{<br />
pop ecx<br />
pop ecx<br />
pop ebp<br />
}<br />
end;<br />
These are removing the stack frame, by restoring the values of esp and ebp back<br />
to the values they had when the function was entered. This code is much more<br />
intuitive and does the same thing<br />
add esp, 4<br />
pop ebp<br />
it is also more effective and I do not know why the compiler is incrementing the<br />
stack pointer i ..</small><br />
</p>
<p>#1 <a href="index.php?action=thread&amp;tid=2544&amp;start=0&amp;offset=497&amp;sid=EdSIn0">&gt;&gt;Next Page</a><br />
<br />Forum:<a href="index.php?action=forum&amp;fid=28&amp;sid=EdSIn0">技术板块灌水区 ...</a>
<br />Thread:<a href="index.php?action=thread&amp;tid=2544&amp;sid=EdSIn0">《Basm初学者入门》中 ...</a>
<br />Next Thread:<a href="index.php?action=thread&amp;tid=2548&amp;sid=EdSIn0">Delphi资源社区期待您 ...</a>
</p>
<p align="center"><br /><a href="index.php?sid=EdSIn0">Home</a><br />
<a href="index.php?action=login&amp;sid=">Login</a><br /><br />
<small>Powered by Discuz!</small></p>
</card>
</wml>