1 / 5

CS 301 Fall 2001 – Chapter 3

CS 301 Fall 2001 – Chapter 3. Slides by Prof. Hartman, following “IBM PC Assembly Language Programming” by Peter Abel. Using DEBUG. Tutorial on the web. Appendix C in the book. DEBUG is not case sensitive. All numbers are hexadecimal. Spaces are used to separate parameters.

hayley-hill
Download Presentation

CS 301 Fall 2001 – Chapter 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 301 Fall 2001 – Chapter 3 Slides by Prof. Hartman, following “IBM PC Assembly Language Programming” by Peter Abel

  2. Using DEBUG • Tutorial on the web. • Appendix C in the book. • DEBUG is not case sensitive. • All numbers are hexadecimal. • Spaces are used to separate parameters. • Segments and offsets are specified as segment::offset.

  3. DEBUG Commands • A Assemble instructions • C Compare two areas of memory • D Display contents of memory • E Enter data into memory • F Fill memory • G Run the executable in memory. (Go) • H Perform hexadecimal arithmetic • I Input and display one byte from a port. • L Load a file or disk sectors into memory. • M Move (or copy) memory

  4. DEBUG Commands 2 • N Name a program • O Output a byte to a port • P Proceed (execute CALL, LOOP, INT or REP) • Q Quit • R Display the contents of one or more registers • S Search memory • T Trace the execution of one instruction • U Unassemble (disassemble) machine code. • W Write a (named, .COM) file to disk • ? Display help screen

  5. DEBUG Examples • Work through examples in the text: pages 36—48.

More Related