home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: news.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: Re: sas/c c -> asm
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <DLp4EG.IMo@rose.com>
- References: <781.6594T816T2161@innet.be> <3102E8CB.5EC3@nando.net> <1375.6595T1269T1118@innet.be>
- Date: Wed, 24 Jan 1996 17:25:26 GMT
-
- >In article <3102E8CB.5EC3@nando.net>, sekruege@nando.net (Steve Krueger) writes:
- >
- >>> test.a 214 Error: invalid operands for this opcode
- >>> MOVEM.L D4/D5/D6/D7/A2/A3/A4/A5/A6,-(A7);48e7 0f3e
- >
- >Yes, but problem is I need to do this a lot and want to do this automatic.
- >The project is +-1Meg C-Source and that statement occurs often.
- >(find replace in editor is not an option, must be able to do this from within the makefile)
-
- What about SPLAT? it does a GREP search, with a replace. You should be able
- to have your smakefile compile, SPLAT, (rename if needed), asm...
-
-
-