Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!amdahl!pyramid!voder!cullsj!gupta From: gupta@cullsj.UUCP (Yogesh Gupta) Newsgroups: comp.os.vms Subject: Vax assembler code in C routines. Keywords: ASM, VAX-C Message-ID: <327@cullsj.UUCP> Date: 17 Jun 88 20:16:04 GMT Organization: Cullinet Software, San Jose, CA Lines: 35 Hello VMS gurus, I have a question regarding VAX-C: Can I embed one or more Vax-assembler statements in my C program? If so, how? I would like to do the following: { char *x; int y; ... c-code x = foo; y = bar; ASM [bbssi y, x, label1]; /* there is no c statement to do this */ ... c-code ASM [bbcci y, x, label2]; /* there is no c statement to do this */ ... c-code label1: c-code; label2: c-code; } Any comments, suggestions, etc? Yogesh -- Yogesh Gupta | If you think my company will let me Cullinet Software, Inc. | speak for them, you must be joking.