home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!sjoyce
- From: Stanley Joyce <sjoyce@primenet.com>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: sas/c c -> asm
- Date: 21 Jan 1996 20:10:02 -0700
- Organization: Primenet (602)395-1010
- Sender: root@primenet.com
- Message-ID: <4duv6a$pq4@nnrp1.news.primenet.com>
- References: <781.6594T816T2161@innet.be>
- X-Posted-By: sjoyce@usr2.primenet.com
-
- Bert Wynants <bert.wynants@innet.be> wrote:
- : Hi,
-
- : With SAS/C (6.56) it's possible to create an asm file out of a c-source file
- : (disassemble option). However if I want to asm this generated file the
- : assmebler chokes on it:
-
- : test.a 214 Error: invalid operands for this opcode
- : MOVEM.L D4/D5/D6/D7/A2/A3/A4/A5/A6,-(A7);48e7 0f3e
-
- Hmm, I dont know about the SAS/C assembler, but my assembler accepts
- this, although I use the short form: MOVEM.L d4-d7/a2-a6,-(a7)
- (which just pushes regs d4 to d7 and a2 to a6 in to the stack (if you are
- wondering))
- Of course, if all else fails you COULD get "IRA" off Aminet (I am not
- sure of the directory), but it will dissasemble your executables in a
- form so it can be reassembled (use PhxAssembler).
- sj
-
-
- --
- _n_n_n_n_n_n_n_n_n_n_
- | | //-----------
- | sjoyce@primenet.com | \X/======= http://www.primenet.com/~sjoyce
- | | [A1200/030/FPU/MMU/30Mhz/2MB+8MB/85Mb HD/3.0KS]
- -u-u-u-u-u-u-u-u-u-u- [A500/000/7Mhz/1MB/45Mb HD/A570/1.3KS]
-