Or, maybe, #define _asm __asm
On Mon, 2012-10-29 at 08:03 -0700, Jon Perryman wrote: > Good point. Other C compilers accept a single underscore, so I assumed IBM C > did > too. If it doesn't, then Johnny will need to look for a function or macro that > is coded for the _ASM(). > > Regards, Jon Perryman. > > > > ________________________________ > From: Edward Jaffe <[email protected]> > > On 10/27/2012 10:01 AM, Johnny Luo wrote: > > #include <metal.h> > > #include <string.h> > > void main() > > { > > _asm(" here we are " ); > > } > > Shouldn't it be __asm instead of _asm? -- John McKown Maranatha! <><
