AsmSource : Assembly Language Programming | ||||
Dos Source |
Win Source |
Links |
|
Utilities |
Version | Changes | Date |
ini.asm v0.1 | Setup window format, loads in .ini file, and displays first record. | 19 Jul 2001 |
ini.asm v0.2 | Add ability to move to next record. Also changed menu system to properly reflect the theme of the program. | 19 Jul 2001 |
ini.asm v0.3 | Added record number, and index number. | 20 Jul 2001 |
ini.asm v0.3Demonstrates how to use a .ini file, to access data that can be easily updated. This is an advantage over the registry, since the registry is incredibly slow. |
ini.asm v0.1Demonstrates how to use a .ini file, to access data that can be easily updated. This is an advantage over the registry, since the registry is incredibly slow. |