Purchase Solution

assembly language program

Not what you're looking for?

Ask Custom Question

I need help with completing the following specification for an assembly language program. This is a practice question. This is part of an overall assignment that I am stuck at.

The program needs to check the current disk drive and report:

? The drive letter which would normally be assigned by DOS
? The amount of used space on the disk
? The amount of free space on the disk
? An indication that disk reorganisation is advised if the free space falls below 10% of the total available space.

Any naming conventions for program labels, sub-programs, variable names etc can be used.

Please could each line in the source code be documented with a remark explaining what it does so that I can understand it.

I would like the program to include:

? Data transfer
? Arithmetic & logical operations
? Conditional and unconditional branching
? Immediate, direct and indexed memory addressing
? Sub-programs, macros and function calls
? The program once assembled should operate as a .COM file

Thanx this will be a great help in trying to understand this.

Purchase this Solution

Solution Summary

An assembly language program is devised.

Solution Preview

Dear Student,
I have submitted a solution. I spent quite amount ...

Solution provided by:
Education
  • BSc (Hons), University of Colombo - Sri Lanka
  • MEngSc, University of Melbourne
  • Certificate IV in Training & Assessment , Australian Business Council
Recent Feedback
  • "Thank you!"
  • "Thank you."
  • "Thanks a lot for you help and support"
  • "Sorry about the late payment but the assignment was sufficient and appreciated. Good work"
  • "Great description! Thank you for your quick response."
Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C++ Operators

This quiz tests a student's knowledge about C++ operators.