Delphi中内嵌ASM:procedure sh(ss:string);beginshowmessage(ss);end;
procedure TForm1.Button1Click(Sender: TObject);vars:string;begins := 'hello!';asmlea edx,scall shend;end;上面有什么问题>?
我要的就是寄存器的方式调用API才用stdcall