Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/ded.refentry @ 2772:0a3f4d8ea6d5
Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected.
Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author | drencor-xeen |
---|---|
date | Wed, 23 Jan 2013 12:36:55 -0600 |
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 <pathlist> 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>