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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/21/02 06:05
Read: times


 
#24710 - RE: declaring arrays in assembly?
You can't declare a float or string because assembler can't use this type of data.
If you need this types you must make or search code to manage them.
You can store a 'string' using DB but this 'string' is only a group of bytes. If you want to do anythink with it you must move byte to byte.

Regards.

List of 5 messages in thread
TopicAuthorDate
declaring arrays in assembly?            01/01/70 00:00      
RE: declaring arrays in assembly?            01/01/70 00:00      
RE: declaring arrays in assembly?            01/01/70 00:00      
RE: declaring arrays in assembly?            01/01/70 00:00      
RE: declaring arrays in assembly?            01/01/70 00:00      

Back to Subject List