Debugger

 The Debugger is a program that allows the user to test and debug the object file. The user can employ this program to perform the following functions.

  • Make changes in the object code.
  • Examine and modify the contents of memory.
  • Set Breakpoints, execute a segment of the program and display register contents after the execution.
  • Trace the execution of the specified segment of the program, and display the register and memory contents after the execution of each instruction.
  • Disassemble a section of the program; i.e., convert the object code into the source code or mnemonics.
REFERENCES
  1. R. S. Gaonkar, Microprocessor Architecture, Programming, and Applications with the 8085, Fifth Edition, Penram International Publishing (India) Private Limited.
  2. S Ghoshal, Microprocessor Based System Design, Macmillan India Limited, 1996
  3. M. Mano, Digital Logic and Computer Design, Prentice – Hall India
  4. B. Ram - Fundamentals of Microprocessor and Microcontrollers
  5. “Microprocessors: Principles and Applications” by A Pal
  6. “Microprocessors and Microcontrollers : Architecture, Programming and Interfacing Using 8085, 8086 and 8051” by Soumitra Kumar Mandal
  7. “Introduction to Microprocessors and Microcontrollers” by Crisp John Crisp
  8. “Microprocessors And Microcontrollers” by A Nagoor Kani
  9. “Microprocessors And Microcontrollers : Architecture, Programming and System Design 8085, 8086, 8051, 8096” by Krishna Kant
  10. 8 - Bit Microprocessor” by Vibhute

Comments

Popular posts from this blog

Assignment Questions (Subject:- Microprocessor and Its Interfacing)

Demultiplexing Address/Data Bus AD7- AD0

8085 programming (part1)