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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/29/07 22:38
Read: times


 
#141354 - i know
Responding to: ???'s previous message
sorry for the confusion, i know that db reserves space, the problem is that i don't know how to reuse that space later.

as i said, i want to declare a variable or space, and then later in the code when i press a push button, or enter data from keypad, etc, this data gets into that variable and stored, so that it can be used later.

please help. i have about 84 variables, so i can't double or triple them to run away from this problem.

in terms of code things would look like:

x1: db "0"
x2: db "1"
.
.
.
.
mov x1,"0101"



i already know this code won't work, that's why i'm searching for help here

List of 13 messages in thread
TopicAuthorDate
assembly help, please.            01/01/70 00:00      
   Confusion            01/01/70 00:00      
   use DB            01/01/70 00:00      
      i know            01/01/70 00:00      
         It is ASM            01/01/70 00:00      
         ram in 8051            01/01/70 00:00      
            SEG            01/01/70 00:00      
            query            01/01/70 00:00      
               Yes            01/01/70 00:00      
                  Protection??            01/01/70 00:00      
                     A bit unclear...            01/01/70 00:00      
                        tricky...            01/01/70 00:00      
                           Indeed...            01/01/70 00:00      

Back to Subject List