Jump to content

memory resident program inassembly

Featured Replies

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

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.

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

Archived

This topic is now archived and is closed to further replies.

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.