| ??? 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. |
| Topic | Author | Date |
| 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 |



