Jump to content

Recommended Posts

Posted

hello to masterminds

 

waht is a memory resident program in assembly language

i want some detail of memory resident program in assembly language

also please tell me the sites or links from where i can get elaborate answer to the above question

 

thanx

Posted

Are you talking about a DOS TSR? Those would implement an interrupt handler routine (which essentially required the use of assembly), and predate the use of protected mode.

Posted

Seems to me the clue is in the question..

 

A memory resident program would be executable code that is loaded into a computers RAM.

 

Copied from wikipedia:

 

An assembly language is a low-level language used in the writing of computer programs. The use of human-friendly mnemonics in the writing of assembly language programs replaced the more error prone, and time consuming, effort of directly programming in a target computer's numeric machine code that had been used with the very first computers. An assembly language program is translated into the target computer's machine code by a utility program called an assembler. (An assembler is distinct from a compiler, in that it generally performs one-to-one (isomorphic) translations from mnemonic statements into machine instructions.)

 

http://en.wikipedia.org/wiki/Assembly_language

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.