Project Description:
ESPAÑOL:
1. Cree un programa que funga como una pequeña base de datos.
2. Genere a través de interrupción 21H un archivo de texto. (*.txt) el cual fungirá como la base de datos.
3. A través de mensajes en pantalla con int 21H de las siguientes opciones al usuario:
1. Ingresar nuevo registro.
2. Visualizar registro.
4. La lectura del 1 ó 2 será realizada a través de la captura de carácter de la interrupción 16H.
5. Si la respuesta del usuario es 1 (ingresar nuevo registro), deberá escribir un texto (por ejemplo un nombre de persona) y almacenarlo.
6. Si la respuesta del usuario es 2 (visualizar registro), aparecerá en pantalla todos los nombre almacenados en todos los registros de la base de datos.
ENGLISH:
1. Create a program that works as a database.
2. Generate a .txt file through interrupt 21H. The .txt file will serve as the database.
3. Give user the following on screen options through 21H:
1. Input new string
2. View strings
4. Capture of 1 or 2 must be done through interrupt 16H.
5. If user inputs 1, he must be able to input a string. String will be saved in the .txt file.
6. If user inputs 2, all stringsinside .txt file must be displayed on screen.
Additional Project Description:
12/09/2012 at 23:31 CET
Project needs to be delivered by Wednesday, December 12.
Proyecto debe ser entregado para Miercoles, Diciembre 12.