Re: A92: Addressing mode
[Prev][Next][Index][Thread]
Re: A92: Addressing mode
-
To: assembly-92@lists.ticalc.org
-
Subject: Re: A92: Addressing mode
-
From: jean-baptiste-andre canazzi <Jean-Baptiste-Andre.Canazzi@epita.fr>
-
Date: Mon, 29 Mar 1999 13:25:42 +0000 (GMT)
-
Delivered-To: assembly-92-outgoing@towerguard.unix.edu.sollentuna.se
-
Delivered-To: assembly-92@lists.ticalc.org
-
Function: Computer Science Student
-
In-Reply-To: <36FF60C9.97D01DF8@tif.ti.com> from "Laurent Desnogues" at Mar 29, 99 01:15:21 pm
-
Operating-System: definitely UNIX
-
Organization: Epita (French Computer Science school)
-
Postal-Address: 14 rue voltaire, 94270 kremlin bicêtre
-
Reply-To: assembly-92@lists.ticalc.org
According to Laurent Desnogues:
>
>
> Sudan Christoph wrote:
> >
> > A little program for illustrate it:
> > ;****************************
> > xdef _main
> > xdef _comment
> > _main:
> > LEA (A5,D7.w),A5
> > Move.w (A5),D4
> > Move.w D4,D5
> > RTS
> > _comment:
> > dc.b "TryOut",0
> > END
> > ;****************************
> >
> > Look at the following object code created by the A86k.exe:
> >
> > ;ooooooooooooooooooooooooooooooooooo
> > ç è é Kù
> > 8:Nu4I`üVersuch ï _main
> > _comment ? A5,D7.w
> > ò
> > ;ooooooooooooooooooooooooooooooooooo
>
> I don't understand your problem! Obviously if you're
> trying to dump the object file as output by the assembler
> you cannot see what's really in. If you want to see what's
> going on, try to use the A68k option that outputs a listing
> file...
>
The problem is that, in this output, we can see the string : "A5,D7.w". It
souldn't appear like this, since the assembler should have converted it into
binary code. So, it seems that A68k consider this string as an object. That's
why I suggest you to convert everything in your source in lowercase. Maybe it
will fix...
>
> Laurent
>
>
_ _ ___ _ ___ __
\\ // |__ / \ | \ || Jean-Baptiste CANAZZI
\V/ | / ^ \ | |\\|| canazz_j@epita.fr
/_/ |___ /_/ \_\ |_| \_| http://yean3d.findhere.com
Follow-Ups:
References: