Re: [Freedos-user] Debug bug

2015-05-29 Thread Shane
, I'm pretty sure it will run under FreeDOS DEBUG as well as MS-DOS DEBUG. - - Shane Date: Thu, 28 May 2015 06:59:18 -0400 From: donr...@gmail.com To: freedos-user@lists.sourceforge.net Subject: Re: [Freedos-user] Debug bug The wayback site link is dead. I will try Christopher's suggestion

Re: [Freedos-user] Debug bug

2015-05-29 Thread Don Flowers
-- Date: Thu, 28 May 2015 06:59:18 -0400 From: donr...@gmail.com To: freedos-user@lists.sourceforge.net Subject: Re: [Freedos-user] Debug bug The wayback site link is dead. I will try Christopher's suggestion of adding the filename to the script - but like I

Re: [Freedos-user] Debug bug

2015-05-29 Thread Rugxulo
Hi, On Thu, May 28, 2015 at 5:59 AM, Don Flowers donr...@gmail.com wrote: The wayback site link is dead. Try this, it seems to work: http://web.archive.org/web/20141006080519/http://www.japheth.de/debxxf.html Although, again, I'm not sure which debug you're looking for. (He had another few

Re: [Freedos-user] Debug bug

2015-05-28 Thread Don Flowers
The wayback site link is dead. I will try Christopher's suggestion of adding the filename to the script - but like I said before many,many vintage debug scripts are written without the filename. It would be a real hassle to have to debug every debug script to be FreeDOS friendly. On Thu, May 28,

Re: [Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
I'm was using version 1.25 and using a batch file to reinit my Lotus 1-2-3 install disk. I booted into DOS 5.0 and am using it now. This is the command that causes error: echo reinit.scr/ On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote: Hi, On Wed, May 27, 2015 at 11:34 AM,

Re: [Freedos-user] Debug bug

2015-05-27 Thread Rugxulo
Hi, Well, you say you thought the bug was fixed. I'm not sure what that means. Has it been discussed previously? (BTW, sadly, yet again, there is no maintainer for this program. Sorry!) I've only written like two or three debug scripts myself in recent years (e.g. FD Touch). It's not something I

Re: [Freedos-user] Debug bug

2015-05-27 Thread perditionc
It looks like a command.com issue not debug. What shell are you using? On May 27, 2015 2:04 PM, Don Flowers donr...@gmail.com wrote: I'm was using version 1.25 and using a batch file to reinit my Lotus 1-2-3 install disk. I booted into DOS 5.0 and am using it now. This is the command that

Re: [Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as intended (Many, many SIMTEL debug scripts have similar commands). Japheth was aware of the bug and published an updated DEBUG but I cannot find it on his site or the link from his site. On Wed, May 27, 2015 at 2:31 PM, Rugxulo

Re: [Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
I have tried it with both the Freedos shell and 4DOS with the same result. On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote: It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as intended (Many, many SIMTEL debug scripts have similar commands). Japheth was

[Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
What is wrong with debug? - I keep getting cannot redirect error I thought this bug was fixed. -- ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net

Re: [Freedos-user] Debug bug

2015-05-27 Thread dmccunney
On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote: It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as intended (Many, many SIMTEL debug scripts have similar commands). Japheth was aware of the bug and published an updated DEBUG but I cannot find it on his

Re: [Freedos-user] Debug bug

2015-05-27 Thread Rugxulo
Hi, On May 27, 2015 3:29 PM, dmccunney dennis.mccun...@gmail.com wrote: On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote: It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as intended (Many, many SIMTEL debug scripts have similar commands). Japheth was

Re: [Freedos-user] Debug bug

2015-05-27 Thread Christopher Evans
Can't write to path with out filename specified. -- -Chris Evans Computer Consultant Digitalatoll Solutions (Tawhaki Software) Cell. : 916-612-6904 Office: 916-382-9395 Affordable web hosting, search engine, and secure email provider http://www.digitalatoll.com/ http://www.digitalatoll.net/

[Freedos-user] DEBUG

2011-07-17 Thread Jeffrey
Hi, The FreeDOS wiki says that NASM is the reference assembler. However, when I use FreeDOS DEBUG to disassemble (unassemble?) a com file, the syntax for addressing memory is not NASM syntax. C:\ASMdebug psp.com -u 100,118

Re: [Freedos-user] DEBUG

2011-07-17 Thread Bernd Blaauw
Op 17-7-2011 20:30, Jeffrey schreef: The FreeDOS wiki says that NASM is the reference assembler. However, when I use FreeDOS DEBUG to disassemble (unassemble?) a com file, the syntax for addressing memory is not NASM syntax. I suppose DEBUG mimicks Microsoft's DEBUG. As there is a Microsoft

Re: [Freedos-user] DEBUG

2011-07-17 Thread Eric Auer
Hi Jeffrey, The FreeDOS wiki says that NASM is the reference assembler. However, when I use FreeDOS DEBUG to disassemble (unassemble?) a com file, the syntax for addressing memory is not NASM syntax. This is intentional - DEBUG uses the same assembly language syntax as MS DEBUG, so existing

Re: [Freedos-user] DEBUG

2011-07-17 Thread Jeffrey
COM file and reassemble it with NASM, simply use NDISASM to disassemble, written by the same people as NASM itself :-) I always wondered what those other executables in the NASM directory were. I guess I should have read the docs. :) Thanks! Jeffrey

[Freedos-user] debug with hercules card

2004-05-01 Thread Roberto Quiroga
HI!. I am trying to debug a program that runs in vga mode with an aditional hercules adapter and 386swat. The problem is the program fails allocating memory but 601K are free. The compiler is Microsoft C v 6.0a. I have set the option mono to 386swat and it works ok in the mono adapter, the