Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mandrill!gatech!ncsuvx!mcnc!rti!sas!toebes From: toebes@sas.UUCP (John Toebes) Newsgroups: comp.sys.amiga Subject: Re: In-line assembly in Lattice C Message-ID: <558@sas.UUCP> Date: 21 Jun 88 22:06:14 GMT References: <5841@bloom-beacon.MIT.EDU> Reply-To: toebes@sas.UUCP (John Toebes) Organization: SAS Institute Inc, Cary NC Lines: 14 In article <5841@bloom-beacon.MIT.EDU> rlcarr@athena.mit.edu (Rich Carreiro) writes: >In an earlier article, someone said that Lattice C supported in-line >assembly. >* Rich Carreiro "...and she's buying a stairway to heaven." * Lattice C does not support in-line assembly. It does however support builtin functions which generate inline code for many of the common C functions. For example: strlen("abcdefg") Is reduced to a single move instruction of a constant value. /*---------------------All standard Disclaimers apply---------------------*/ /*----Working for but not officially representing SAS or Lattice Inc.-----*/ /*----John A. Toebes, VIII usenet:...!mcnc!rti!sas!toebes-----*/ /*------------------------------------------------------------------------*/