Basic Assembly Instructions Used in DEBUG: Julius Bancud
Basic Assembly Instructions Used in DEBUG: Julius Bancud
Basic Assembly Instructions Used in DEBUG: Julius Bancud
used in DEBUG
JULIUS
BANCUD
Basic Assembly Instructions
used in DEBUG
• BUG – It is the computer terminology for error or mistake in a
program or computer system and the term debugging is a methodical
process of finding and reducing the number of bugs or defects in a
computer program. These terms stemmed from the early days of
computing.
• DEBUGGER – is a program tool that provides an environment for
testing load modules. Load modules are executable files that can have
extensions of .COM or .EXE . It also allows us to run machine code
programs in such a way that we can observe the changes a program
makes to registers and memory. Using a debugger you can display the
program, execute one instruction at a time, see the results of each
instruction, display area of memory, and so on.
DEBUG
5. D ( Display or Dump)- displays the contents of a portion memory in hex and ASCII
forms starting with the given address.
Example: -D 0200
8. G (Go) – runs the program as a whole in memory and displays the output.
Example: -G