beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 162

background image

5-42 Utility Descriptions

N E D

The NED editor is a menu-based text editor you can use with ROM-DOS.
This editor is similar to other editors but has special functions designed
for use in editing C-source and assembly code.

Starting the Editor

To start the editor, enter

NED [filename] [filename]

Remarks

NED can be initiated with or without

filename arguments. Wildcard file

specifications are allowed.

Up to ten files can be entered on the command line. If NED is run without
arguments, it loads all files accessed during the last editing session,
returning you to the exact position in the file. You can switch between
the open files.

You can also enter:

NED

@ e r r f i l e

where

errfile is the name of your compiler error output file. NED loads all

files that had errors and allows you to move between errors.

Once NED is running, you can load files into memory by using the
File/Open menu command. File/Reload replaces the current file with a
new file or reloads a new copy of the same file. File/Reload confirms
before replacing an unsaved file.