home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / debug / edebug / unassmbl.h < prev   
Encoding:
C/C++ Source or Header  |  1993-06-29  |  894 b   |  25 lines

  1. /* Copyright (C) 1993 DJ Delorie, see COPYING.DJ for details */
  2. /* This is file UNASSMBL.H */
  3. /*
  4. ** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
  5. **
  6. ** This file is distributed under the terms listed in the document
  7. ** "copying.dj", available from DJ Delorie at the address above.
  8. ** A copy of "copying.dj" should accompany this file; if not, a copy
  9. ** should be available from where this file was obtained.  This file
  10. ** may not be distributed without a verbatim copy of "copying.dj".
  11. **
  12. ** This file is distributed WITHOUT ANY WARRANTY; without even the implied
  13. ** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. */
  15.  
  16. #ifndef _UNASSMBL_H_
  17. #define _UNASSMBL_H_
  18.  
  19. word32 unassemble(word32 v, int showregs);
  20. extern int last_unassemble_unconditional;
  21. extern int last_unassemble_jump;
  22. extern int last_unassemble_extra_lines;
  23.  
  24. #endif
  25.