AsmSource : Assembly Language Programming

Dos Source

Win Source

Links

Email

Utilities

INI.asm - A work in Progress

 

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.3

Demonstrates 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.

Download Zip File (12,976 bytes)  

View Asm File (15,903 bytes)

 

ini.asm v0.1

Demonstrates 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.

Download Zip File (11,220 bytes)  

View Asm File (10,481 bytes)