Check out PFE (Programmers File Editor), jump to labels or variables without leaving the mouse. www.lancs.ac.uk/people/cpaap/pfe Gary -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU]On Behalf Of Wagner Lipnharski Sent: Thursday, July 08, 1999 3:11 PM To: PICLIST@MITVMA.MIT.EDU Subject: [OT] Looking for an Assembler Editor Does any one knows a simple assembler text editor that keeps track of labels and variable names? Some that it is easy to browse where a variable is used within the source code? the same for locating where a specific label is being used? jump to a specific label (routine) without need to do a nasty text "locate"? I already saw something like that in the past, but it was far big and complicated to use. Personally I don't like those programs that comes with all the things you never use, along with calculators, phone book - auto dialer, thinks to do memory pad, spreadsheet, filters for Word, Excell, Amipro, DBase, and more... arg! Probably I am old enough to hate to use a mouse while using solder iron in one hand and four components in the other hand... a nice batch DOS file can call the DOS editor, then call the Assembler, then the Hex --> Bin converter, then call the microcontroller download file transfer, then call the program that use the board under development.... I tried to use something similar with the above idea in Windows... man... several mouse clicks, open, select and close windows, open menus, click options, execute things... mouse rolling over small resistors on the table... a mess... not a simple way to do everything in with just a "Enter Key" pressed as a DOS batch file.... Any idea? Wagner.