RE: A83: Question About Storing Words (.dw)


[Prev][Next][Index][Thread]

RE: A83: Question About Storing Words (.dw)




Correct... 

The Z80 Stores the LSB first then the MSB 


Mr.DATA

> -----Original Message-----
> From: owner-assembly-83@lists.ticalc.org
> [mailto:owner-assembly-83@lists.ticalc.org]On Behalf Of Jkhum98@aol.com
> Sent: Sunday, June 06, 1999 22:53
> To: assembly-83@lists.ticalc.org
> Subject: A83: Question About Storing Words (.dw)
> 
> 
> 
> 
> I need to know something about how values are stored when they are defined in 
> Words, for example...
> 
> Data:   .dw $1234, $5678, etc.
> 
> I think I remember somwhere about reverse byte loading in words, and could 
> someone tell me if I am correct here on my reasoning...?
> 
> (Data+0) = $34
> (Data+1) = $12
> (Data+2) = $78
> (Data+3) = $56
> 
> Thanks alot... =)
> Jason_K
> 


References: