asm woes...

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 27 03:06:28 PDT 2016


On Friday, 27 May 2016 at 10:00:40 UTC, Era Scarecrow wrote:
> On Friday, 27 May 2016 at 09:51:56 UTC, rikki cattermole wrote:
>
>  This is good progress. Using the assembler doesn't have many 
> documentation examples of how to do things, guess the x[ESP] 
> example was totally useless on the iasm page.

Referencing EBP or ESP yourself is indeed dangerous. Not sure why 
the documentation would advise that. Using "this", names of 
parameters/locals/field offset is much safer.




More information about the Digitalmars-d-learn mailing list