[fpc-pascal] asm statement

Rainer Stratmann RainerStratmann at t-online.de
Tue Jun 12 18:41:23 CEST 2012


Is it still necessary to fill in the registers at the end of a asm statement?
What happens if there is only the end; statement without the used registers?

asm
 mov eax , ebx
end ['EAX' , 'EBX' ... ];



More information about the fpc-pascal mailing list