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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/16/04 09:55
Read: times


 
#74356 - Retrieving data from ROM
Hi,

i am trying to retrieve a lot of constant that i declared in the program. Is there a way for me to automatically get them. This is my code :

B1 EQU 12
B2 Equ 3
B3 EQU 116
B4 EQU 187
B5 EQU 83
B6 EQU 216
B7 EQU 58
B8 EQU 234
B9 EQU 41
B10 EQU 252

mov 20H, B1
mov 21H, B2
mov 22H, B3


Is there a way for me to do this automatically? i want to enter values B1-B10 into RAM for calculations.


Thanks

List of 8 messages in thread
TopicAuthorDate
Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   Why?            01/01/70 00:00      
      RE: Why?            01/01/70 00:00      
         But Why?            01/01/70 00:00      

Back to Subject List