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
