That sounds like a little endian to me. If a word is a byte you can't really tell anything, but since you can tell that the address is little endian the chip must be little endian.
-----Original Message----- From: Adam Thornton [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 10:39 AM To: [EMAIL PROTECTED] Subject: Re: big and little endian On Wed, 2003-08-06 at 12:32, Fargusson.Alan wrote: > I don't know much about the 6502. The Z80 had some 16 bit operations that were > little endian. Does the 6502 not have any 16 bit operations? > > Even if you have not native 16 bit operations you might need to work with data from > other systems. Well...addresses are 16 bits. And they are, uh, little endian. But still: a word is 8 bits, same as a byte. Adam
