Re: [Freedos-user] Not sure is it possible - but maybe I'm missing something?

2019-05-10 Thread ZB
On Fri, May 10, 2019 at 03:33:29PM +, Bret Johnson wrote: > FWIW, I prefer NASM myself also. I started out using A86/A386 a long > time ago (before NASM and FASM even existed in a useful form) but my > source code eventually got too big for A86 to handle. A86 doesn't take > advantage of exte

Re: [Freedos-user] Not sure is it possible - but maybe I'm missing som ething?

2019-05-10 Thread Bret Johnson
Assembler itself. Bret -- Original Message -- From: "C. Masloch" To: freedos-user@lists.sourceforge.net Subject: Re: [Freedos-user] Not sure is it possible - but maybe I'm missing something? Date: Fri, 10 May 2019 11:45:06 +0200 On 2019-05-09 18:02 +0200, ZB wrote:

Re: [Freedos-user] Not sure is it possible - but maybe I'm missing something?

2019-05-10 Thread C. Masloch
On 2019-05-09 18:02 +0200, ZB wrote: > BTW: which macroassembler you prefer? I prefer NASM. The reason I initially forked lDebug was actually to keep its source in the NASM dialect. Also, I adjusted the (default) disassembly display to mostly match NASM's syntax. Regards, ecm ___

Re: [Freedos-user] Not sure is it possible - but maybe I'm missing something?

2019-05-09 Thread ZB
On Thu, May 09, 2019 at 04:53:26PM +0200, C. Masloch wrote: > I needed something similar in my lDebug symbolic anyway, so I created a > quick patch to add a Y command in my fork of FreeDOS's DEBUG. You give > it a filename (LFN or SFN, use double quote marks if to escape blanks) > and it pushes th

Re: [Freedos-user] Not sure is it possible - but maybe I'm missing something?

2019-05-09 Thread C. Masloch
Hello, On at 2019-05-05 18:16 +0200, ZB wrote: > For testing small snippets of ML code "debug" is quite enough. But the > disadvantage is that when I try to script it ("debug using files like this example: > > a 100 > mov ax,10 > [...some other ML code...] > [...some other ML code...] > [...some

[Freedos-user] Not sure is it possible - but maybe I'm missing something?

2019-05-05 Thread ZB
For testing small snippets of ML code "debug" is quite enough. But the disadvantage is that when I try to script it ("debug https://lists.sourceforge.net/lists/listinfo/freedos-user

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-16 Thread Rugxulo
Hi, On Sun, Jul 15, 2012 at 2:02 AM, Ralf A. Quint wrote: > At 11:16 PM 7/14/2012, Rugxulo wrote: > >>On Jul 15, 2012 12:56 AM, "Ralf A. Quint" >><free...@gmx.net> wrote: >> > >> > See above. It would be really helpful for you if you hit the books >> > about BASIC (almost

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-15 Thread Ralf A. Quint
At 11:16 PM 7/14/2012, Rugxulo wrote: >On Jul 15, 2012 12:56 AM, "Ralf A. Quint" ><free...@gmx.net> wrote: > > > > See above. It would be really helpful for you if you hit the books > > about BASIC (almost any one will do) to understand the differences > > between the diff

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-14 Thread Rugxulo
Hi, On Jul 15, 2012 12:56 AM, "Ralf A. Quint" wrote: > > See above. It would be really helpful for you if you hit the books > about BASIC (almost any one will do) to understand the differences > between the different data types and how to use them. Or he could use a language like Rexx (see Regin

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-14 Thread Ralf A. Quint
At 08:22 PM 7/14/2012, Kenny Emond wrote: >Hey, > > I'm not sure if I can post this here, but I seem to have hit a > small roadblock (but I don't know where it is). My main goal is to > have an easily accessible meter and feet converter. When I use > FBide to compile and run, it comes up with

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-14 Thread Mark Brown
eufdp...@yahoo.com eufdp...@yahoo.com eufdp...@yahoo.com > > From: dmccunney >To: freedos-user@lists.sourceforge.net >Sent: Saturday, July 14, 2012 11:33 PM >Subject: Re: [Freedos-user] ? - ?Not sure? - ? > >

Re: [Freedos-user] ? - ?Not sure? - ?

2012-07-14 Thread dmccunney
On Sat, Jul 14, 2012 at 11:22 PM, Kenny Emond wrote: > dim ft as single, m as single, answer1 as single, answer2 as single, input1 > as string, a as string, b as string Might the mixture of singles and strings in your dim statement be the issue? You are defining your results as numbers, but y

[Freedos-user] ? - ?Not sure? - ?

2012-07-14 Thread Kenny Emond
Hey, I'm not sure if I can post this here, but I seem to have hit a small roadblock (but I don't know where it is). My main goal is to have an easily accessible meter and feet converter. When I use FBide to compile and run, it comes up with no errors. But when it runs, I put in "a" or "b" and th