File: readme

package info (click to toggle)
dosemu-freedos 1%3A0.0.b9r5a%2Betch.1-0etch1
  • links: PTS
  • area: contrib
  • in suites: etch
  • size: 19,744 kB
  • ctags: 23,279
  • sloc: ansic: 143,864; asm: 20,397; makefile: 3,868; perl: 1,106; yacc: 690; sh: 553; pascal: 297; xml: 150; cpp: 67
file content (23 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DEBUG version 0.98.

This is a partially implemented clone of the MS-DOS DEBUG command.
See the documentation file (debug.doc) for a list of what has yet to
be implemented.  Pretty much all the functionality of DOS 2.1 is in there,
though.

The files in this distribution are:

	debug.com	The executable binary.
	debug.doc	Detailed documentation file.
	debug.asm	Assembler source code for DEBUG.  Assemble with nasm.
	instr.*		Data files on the instruction set.
	mktables.c	C program to compile the internal instruction-set
			tables into the source file debug.asm.  It runs under
			Linux or Turbo C (version 2.0, at least).
	readme		This file.

This program is copyrighted, but feel free to distribute and use it
as you wish.  For full copyright conditions, see the file debug.asm.

Paul Vojta
vojta@math.berkeley.edu