Re: C++ __asm statement

2014-05-01 Thread David Crayford
I think it's a bad design that only Metal C supports GENASM. The z/OS C/C++ compiler is the only C/C++ compiler that doesn't support inline assembler and it's a PITA. On 2/05/2014 9:08 AM, Phil Sidler wrote: Martin, Pretty sure this only works with Metal C. Inline assembly code requires the

Re: C++ __asm statement

2014-05-01 Thread Phil Sidler
Martin, Pretty sure this only works with Metal C. Inline assembly code requires the GENASM compiler option which is only valid in combination with the METAL option. Otherwise __asm is ignored. Personally, I think that is a bad design, it should not be simply ignored but would at least genera