Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

pishangujeniya/file-manager-assembly-tasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-manager-assembly-tasm

Information

  • This project was developed as a part of my undergraduate studies for the subject of Advanced Microprocessor Architecture. My project aims to implement File Manager using Buttons as Graphical User Interface. It would be consisting of following functionalities of File Management.
  1. Create a File
  2. View a File
  3. Copy a File
  4. Rename a File
  5. Delete a File
  6. Create a Directory
  7. Remove a Directory
  8. Change a Directory
  9. List all in a Directory
  10. Buttons Action for Above all functions

To perform the above mentioned tasks I have used mainly three Bios Interrupts, INT 10h, INT 33h, INT 21h

  • This project was developed in the month of November 2015

Development Guides

Credits

  • Thanks to my professors Prof. Siddhi Joshi and Prof. Rajendra Chhajed.
  • Though I have not used any IDE except Notepad++ during development of project but, while creating this repository I found that GUI Turbo Assembler by Lakhya Jyoti Nath is good for working and execution.

Releases

No releases published

Packages

No packages published