flat assembler
Message board for the users of flat assembler.
Index
> DOS > editor + mouse in DOS |
Author |
|
vid 14 Mar 2004, 13:19
when working in dos i used ASMEdit.
to allow mouse you have to have some mouse driver. Then just, i driver is .SYS file list it in config.sys, if it is .exe file list it in autoexec.bat |
|||
14 Mar 2004, 13:19 |
|
Kain 14 Mar 2004, 21:23
Thanks, I'll check out ASMEdit.
For mouse, I found "CuteMouse" which is a small executable that itstalls ps/2 mouse with wheel support. |
|||
14 Mar 2004, 21:23 |
|
madmatt 15 Mar 2004, 06:16
For another dos editor, you can try SETEDIT , which has FASM assembly syntax hiliting (made by me! ), and MANY other features, supports multiwindow - huge multi- MegaByte files, and too many to mention in this post. the website is here:
http://setedit.sourceforge.net/ |
|||
15 Mar 2004, 06:16 |
|
Bitdog 18 Mar 2004, 06:36
Norton Commander for DOS,,,,,,,,2.0 (color)
The worlds best environment for assembly & file manupliation..... bar none... (some things are lacking of course....) like copy/paste (clip board) etc,,,,,,,,, |
|||
18 Mar 2004, 06:36 |
|
vid 18 Mar 2004, 19:07
oh, almost forgot.
Dos Navigator, much better than Norton Commander |
|||
18 Mar 2004, 19:07 |
|
veach1 25 Nov 2004, 15:41
Hello!
madmatt, how to transfer filenames in command line parameters in SETEDIT? I mean to transfer paramerers like in .bat files: fasm.exe %1.asm %1.com, or like in Volkov Commander`s menus: fasm.exe !.asm !.! |
|||
25 Nov 2004, 15:41 |
|
Tomasz Grysztar 25 Nov 2004, 15:51
Yeah, DOS Navigator - I wrote the fasm 1.0 all within it. And the interface of fasmw's editor interface was inspired by DN's one.
|
|||
25 Nov 2004, 15:51 |
|
zbenjudah 29 Nov 2004, 02:18
I posted a seperate thread but have not got a reply so thought I would try here. I would like to be able to compile the sources to dos navagator as I would like to do some enhancements to it. but I have not been able to get the configuration file to work. It is such a good program that I belive some enhancements would be welcomed at least that is my opinion anyway if anyone has any answers would be greatly apreciated
|
|||
29 Nov 2004, 02:18 |
|
gumletis 20 Dec 2004, 12:02
lol, stupid question. But how do you make such thing, i love dos more then windows. So wanna do some at dos also...
_________________ LOOOL |
|||
20 Dec 2004, 12:02 |
|
Bitdog 15 Feb 2005, 01:11
I tried Dos Navigator and it was great,
I'll have to edit my Norton Commander bragging above & remove the "bar none" stuff. NC.EXE is all you need to run Norton Commander (98362 bytes) DN151.ZIP is 786272 unzipped ( > 2 meg & > floppy unzipped) but the .zip does transfer on a floppy from machine to machine. I made FSPLIT14.COM & FCOPY.COM which splits up large files into 14,014 byte chunks, then unites them, for floppy moves to other machines. I'll have to check if it's uploadable at my web site? |
|||
15 Feb 2005, 01:11 |
|
veach1 15 Feb 2005, 07:48
Quote: NC.EXE is all you need to run Norton Commander (98362 bytes) VC.COM (Volkov Commander) is all i need ever. It has most part of NC`s features, and the best feature for me is it`s size: 65069 bytes (44070 bytes packed with upx1.25w). But no sources anywhere. |
|||
15 Feb 2005, 07:48 |
|
MCD 15 Feb 2005, 08:14
I used to use AsmEdit a lot, especially for its great memory management and exellent online help/documentation (which is a bit outdated now).
Then one day, several yearas ago, I ran into DOS Navigator, learned to love this app and got used to it. I have several improvements suggestions for DN: Better RAM/XMS management (supports "only" 64MB right now) and similar for the HDD stuff: It only supports up to 2Gbytes when in direct disc access mode what makes it virtual useless on newer + bigger hard drives. |
|||
15 Feb 2005, 08:14 |
|
rugxulo 16 Aug 2005, 02:20
http://short.stop.home.att.net/freesoft/fileman1.htm (DC-SK.ZIP)
http://www.geocities.com/jadoxa/tde/index.html (latest TDE -- 5.1q) http://garbo.uwasa.fi/pc/goldies.html (TDE 4.0 -- 16-bit) http://www.colargol.tihlde.hist.no/~kurtg/index2.html (ALAB 1.3.3 source) Dos Controller (Soren Kragh) is one file manager I use often because it's so small and has it's own built-in editor (although I prefer TDE for text editing). I used to use Tutordo a lot, but alas no more. BTW, try ALAB (IDE which comes with full Pascal sources). |
|||
16 Aug 2005, 02:20 |
|
rugxulo 13 Jun 2006, 00:47
DOS Navigator 1.51 is free (since 1999 but now discontinued) and has its own undelete and disk editor (unlike the ones below), plus CD player, terminal/modem dialer, Tetris, etc. This is the original DN, where all offshoots started from.
DOS Navigator-Open Source Project is quite good, too, still updated: 6.4.0 supports DOS (real or DPMI); DN/2 1.51.10b16 supports OS/2 or Win32. Necromancer's DOS Navigator (or newest beta) is very good too: fully 32-bit (so no undel, disk ed), built-in disassembler, LFNs in ZIPs, XXencode, etc., is still updated, and supports Win32, DOS (using DOS/32a DPMI extender), or Linux. (There's probably an even newer beta version by the time you read this!). So, choose your favorite (or download 'em all!). It's practically a must-have piece of software. P.S. Get CuteMouse here. Last edited by rugxulo on 26 Feb 2007, 21:57; edited 10 times in total |
|||
13 Jun 2006, 00:47 |
|
Xanfa 15 Aug 2006, 13:35
I'm sure you can find out the file "Mouse.com" on your computer. However, if not, you can search it in internet (but i see this file is very common use). The simple way is only run Mouse.com directly on your command line at the first time U want using mouse, mouse driver will automatically install on your PC...
|
|||
15 Aug 2006, 13:35 |
|
rugxulo 26 Feb 2007, 21:58
|
|||
26 Feb 2007, 21:58 |
|
DOS386 27 Feb 2007, 23:39
Quote: I'm sure you can find out the file "Mouse.com" on your computer. However, if not, you can search it in internet (but i see this file is very common use). No thanks. Why the hell: - Should I use stuff from M$ - A mouse driver should need > 100 KB ("My HD has 300 GB" ???) ? Use CTMOUSE (works, needs porting to FASM) Quote: I'm doing some work in DOS but don't have experience with its environment. Does anyone know an editor that's better than EDIT or maybe an IDE that would work with FASM and one that fits on one floppy 1. FASMD (Thanks Tomasz, please continue development) 2. Kinesics Use the Win32 "console" version on HX-DOS Extender (more stable than many native DOS editors) |
|||
27 Feb 2007, 23:39 |
|
rugxulo 01 Mar 2007, 00:24
You obviously don't really need the mouse to edit textfiles, but some people do prefer it (ugh).
Anyways, I did make a list of DOS editors in another topic on this forum, so if anyone is curious, take a look. |
|||
01 Mar 2007, 00:24 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.