Inline Assembler rox
Walter Bright
newshound2 at digitalmars.com
Sun Jan 22 03:05:11 PST 2012
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.
More information about the Digitalmars-d
mailing list