This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Wed, Oct 10, 2001 at 08:02:28PM -0500, Baris M Kazar wrote: > Hi, > How can I get more info about asm directives? I need how to write multiple > lines(instrcutions) of asm directives but not just one. The best way is to write each individual assembly instruction as a separate asm statement, annotating each with its inputs and outputs. That gives the compiler the most flexibility. zw
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |