BASM学习心得 (加法)

program Test1;函数 {$APPTYPE CONSOLE}3d uses   SysUtils;编译器 function Add1(X,Y,Z,A,B,C:Integer):Integer; begin  Result := X+Y+Z+A+B+C; end;it function Add(X,Y:Integer):Integer; asm   add     eax, edx   m
相关文章
相关标签/搜索