Xref: utzoo comp.sys.mac:18361 comp.sys.mac.programmer:1651 Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!elroy!scgvaxd!ashtate!dbase!awd From: awd@dbase.UUCP (Alastair Dallas) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: Re: LightspeedC 3.0 Review (long) Summary: 68881 workaround... Message-ID: <419@dbase.UUCP> Date: 18 Jul 88 22:40:22 GMT References: <7215@cup.portal.com> <14534@santra.UUCP> Organization: Ashton Tate Development Center Glendale Cal. Lines: 8 If you want to put inline assembler in your C programs, can't you just hand-assemble the bytes to define bytes and include them, instead? Or use the C preprocessor to define your bytes with mnemonics, then initialize an array using the mnemonics and use inline assembler to execute the array. It seems to me this should be an acceptable solution unless what you really want is a .rel file assembly language glue-code library. :-) /alastair/