Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 969 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 969 Bytes

Assembly | learning

This repository contains my learning test programms and the project I made to clarify my knowledge.

TasIApp

A program to manage simple text databases.

You can:

  • Create database;
  • Open database;
  • Set password on the database file;
  • View database;
  • Add record to the database;
  • Change record in the database;
  • Delete record from the database. There is a prompt message to prevent you from deleting the wrong line;
  • Close database;
  • Exit the program.

Examples

Menu

TasIApp menu

Creating database

TasIApp menu

Opening database

TasIApp menu

Adding record to the database

TasIApp menu

Deleting record in the database

Database contents before delinig a record: TasIApp menu

Deleting the second record from the database TasIApp menu