home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1880 < prev    next >
Encoding:
Text File  |  1996-08-05  |  989 b   |  24 lines

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