Xref: utzoo comp.sys.mac:18560 comp.sys.mac.programmer:1727 Path: utzoo!attcan!uunet!husc6!uwvax!oddjob!gargoyle!att!ihnp4!poseidon!ech From: ech@poseidon.UUCP (Edward C Horvath) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: Re: Re: LightspeedC 3.0 Review (long) Message-ID: <456@poseidon.UUCP> Date: 22 Jul 88 16:29:36 GMT References: <419@dbase.UUCP> Organization: AT&T Information Systems, Lincroft, NJ Lines: 15 > Xref: poseidon comp.sys.mac:18869 comp.sys.mac.programmer:1504 > 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. "Tell me what you need, I'll tell you how to live without it." While what you suggest will work, there is very little reason for the mnemonics to be missing from the assembler. Most assemblers are table-driven: adding new mnemonics is fairly straightforward (once you have done it once!). I'd class this as an oversight and expect Think to correct it in 3.0x. =Ned=