The AsmBug project has been partially defined but
coding has not started.  This file is a place holder
and will be replaced by future document.

Windows:
  main disassebly window
  memory dump window
  register window
  breakpoint list (temp pop up window)
  program terminal window (pop up when program running)

main disassembly window features:
  click to set breakpoint
  buttons for run,step,stop
  buttons for pop up windows (break,terminal,other)
  extract comments from source and append when possible
  At startup the history info will be used to select location
   if no filename supplied.

memory dump window
  buttons for: byte,word,dword
  buttons for: ascii,hex
  entry line for address/symbol/register
  page up, page down, up, down buttons
  right/left click work as in reg-window.
  history of last 3/x commands will be kept and connected to
   buttons or other quick access method. (addr shown on button)
  At start up the previous view address will be restored along
   with history state.

register window
  only show basic registers
  show dwords,bytes,ascii
  right click on dword shows adr in memory-window
  left click uses dword as pointer for memory window

Try to avoid typing in addresses by using mouse whenever
possible. 
  