view docs/nitros9guide/ded.refentry @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents b00cf13c9f61
children
line wrap: on
line source

<refentry id="ded">
<refnamediv>
<refname>DED</refname>
<refpurpose>Disk Editor</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>ded</command>
<arg choice="plain"><replaceable>pathlist</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
<command>dEd</command>  is a screen-oriented disk  editor  utility.
It was originally conceived as a floppy
disk  editor, so the display is organized around individual 
sectors. It performs most of the functions of Patch, from 
Computerware, but is faster, more compact, and
screen-oriented rather than line-oriented. Individual files 
or the disk itself (hard, floppy, RAM) can be examined and 
changed, sectors  can  be  written   to an output file, and 
executable  modules can be located, linked to and verified. 
</para><para>
To use, type:
<screen>
<command>dEd</command> <replaceable>pathlist</replaceable>
</screen>
where &lt;pathlist&gt; is of the form:  filename or dirname
or  /path/filename
or  /D0@  (edits entire disk) 
</para><para>
<command>dEd</command> will read in and display the first 256 bytes in the file
(disk). This  is Logical Sector Number (LSN) zero. You move 
through  the   file sector (LSN) by sector using the up and 
down arrow keys. The current LSN number is displayed in Hex 
and  Decimal in the upper left corner of the screen. If the 
disk itself was accessed (by appending '@' to it's name when
<command>dEd</command>   was called), the LSN is the disk sector number. If an 
individual file is being editted, however, the LSN displayed
refers  to the file, not to the disk. All numbers requested 
by  <command>dEd</command> must be in Hex format. All commands are accessed by 
simply pressing the desired key.
</para>
</refsect1>
</refentry>