I am porting 32-bit Delphi BASM code to 64-bit FPC (Win64 target operating system), and want to know why the next instruction cannot be compiled in 64-bit FPC: < /p>
{$IFDEF FPC}
{$ASMMODE I
I am porting 32-bit Delphi BASM code to 64-bit FPC (Win64 target operating system), and want to know why the next instruction cannot be compiled in 64-bit FPC: < /p>
{$IFDEF FPC}
{$ASMMODE I
When I use them to get addresses, what is the difference between mov and lea?
Suppose I have a program to print a string starting from the 5th character, the code is as follows:
section