论坛


2010年4月8日 星期四

学 Win32 汇编 [15]: LOOP 与标号

万一| 万一的 Delphi 博客 |17:02:00

阅读: 4 评论: 0 作者:万一发表于 2010-04-08 17:02原文链接Loop 是反复执行;从哪反复? 这要用到 "标号";反复几次? 把反复的次数告诉 ECX 寄存器即可.笨办法计算 3 * 8 = 24; Test15_1.asm .386 .model flat, stdcall include windows.inc include kernel32.i...

Delphi 101: dbExpress Database Access Components in Delphi

CodeGear| CodeGear-CDN Delphi |17:00:00

Learning How to Implementing Failover and Load Balancing in DataSnap 2010

CodeGear| CodeGear-CDN Delphi |15:53:37

学 Win32 汇编 [14]: 使用中括号 []

万一| 万一的 Delphi 博客 |15:52:00

阅读: 13 评论: 0 作者:万一发表于 2010-04-08 15:52原文链接[地址] 是取地址指向的内容:; Test1_.asm .386 .model flat, stdcall include windows.inc include kernel32.inc include masm32.inc include debug.inc includelib kernel32.lib includelib...