On 1/22/2012 2:38 AM, Marco Leise wrote:
Porting some code from C to D I found the inline assembler very convenient. This is the C code (using an external NASM file):
The original impetus for doing an inline assembler is all the nightmares we had trying to support the endless variety of assemblers that users had, all of which had different bugs and different syntax.
