Jeff <[EMAIL PROTECTED]> writes: > Which function should I use in order to emit a nop?
The simplest way is going to be something like
fprintf (asm_out_file, "\tnop\n");
Ian
Jeff <[EMAIL PROTECTED]> writes: > Which function should I use in order to emit a nop?
The simplest way is going to be something like
fprintf (asm_out_file, "\tnop\n");
Ian