Date: Sun, 19 Jan 1997 03:31:11 -0500 (EST) From: root To: Alex Clifford Henderson cc: DJGPP mailing list , Ross Meeks the 29th Subject: Re: Text editors In-Reply-To: <5bk2ko$ep33@wolfman.xtra.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 15 Jan 1997, Alex Clifford Henderson wrote: > Pyro Technic wrote: > > >NE1 no of a good DOS based text editor with syntax higlighting 4 > >c\c++\asembler. thanx much > > > Pyro > > tried RHide? its cirrus logic :-) extended 132x43 character mode kicks > ass, and its not only an editor :-) its and IDE !... > > of course I code all my programs with copy con, because I do my > editing in my head and then type them straight in... assembler > included.. not alpha & beta releases... COPY CON????? You're kidding right? Who needs all of THAT functionality when smaller tools will suffice? For example, I program everything in STRAIGHT assembly with debug using the 'E' command to insert hexadecimal opcodes right into memory. I find it gives me total control of the processor and a big rush!! I also save my written code by directly calling the harddisk controller via the DEBUG 'O' command to do direct port outputs. (Bypassing DOS and the BIOS for speed reasons of course). If you'd like to know my setup, it's simple. Just DEBUG your CONFIG.SYS file like this: DEBUG C:\CONFIG.SYS Then use the 'S' command to search for the "SHELL=" line, then use the 'E' command to change "COMMAND.COM" into C:\DOS\DEBUG.EXE. The result will be: SHELL=C:\DOS\DEBUG.EXE If you need any more power than this, then I'd recommend hooking up some dip switches and a handful of chips from the TTL/LS 74xx series to your keyboard connector. Then you can disconnect your VGA monitor and use an oscilloscope to the VGA output pins. Power. RAW power. Power that can't be beat! :o) Mike A. Harris http://www3.sympatico.ca/mharris My dynamic address: http://www3.sympatico.ca/mharris/ip-address.html mailto:mharris AT sympatico DOT ca mailto:mharris AT blackwidow DOT saultc DOT on DOT ca Want the DR-DOS source code? Visit Caldera's website: www.caldera.com