Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/18/05 18:38
Read: times


 
#93581 - equ operator
Responding to: ???'s previous message
Hi Charles,

Would you please explain to me how the equ operator works? In your code, do the lines

sizeLow equ 04Eh (for 24C32 sizelow = 00)
sizeHigh equ 04Fh (for 24C32 sizehigh = 10)

set variables sizeLow and sizeHigh equal to the values stored at locations 04Eh and 04Fh respectively, or do they set the variables equal to the values 04Eh and 04Fh respectively?

List of 9 messages in thread
TopicAuthorDate
compare two bytes            01/01/70 00:00      
   equ operator            01/01/70 00:00      
      re: equ operator            01/01/70 00:00      
         value v pointer            01/01/70 00:00      
   comparing two bytes            01/01/70 00:00      
      Is it like this?            01/01/70 00:00      
         bible time            01/01/70 00:00      
   A bit more            01/01/70 00:00      
      to Mehdi            01/01/70 00:00      

Back to Subject List