[A83] Re: Win2000 and TASM


[Prev][Next][Index][Thread]

[A83] Re: Win2000 and TASM




No, devpac8x is exactly the same as devpac83, except that devpac8x creates
83+ programs (.8xp) and devpac8x creates 83 programs (.83p).

To use devpac83 on win2000 you should edit the "asm.bat" file that comes
with Ion. Two lines should be replaced.

devpac83 %1

should become

devpac83 x%1> nul

The "> nul" at the end isn't really necessary, but it surpresses screen
output, keeping things a bit cleaner.


----- Original Message -----
From: "Stefan Hauffe" <stefan_hauffe@yahoo.de>
To: <assembly-83@lists.ticalc.org>
Sent: Tuesday, October 30, 2001 22:08
Subject: [A83] AW: Re: Win2000 and TASM


>
> Exactly that was the problem. But now it works fine, thank you! For
> compiling programs for Ion I should use devpac8x, because it's the same
> problem there, right?
>
> Stefan Hauffe
>
> -----Urspr=FCngliche Nachricht-----
> Von: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org] Im Auftrag von Tijl
> Coosemans
> Gesendet: Dienstag, 30. Oktober 2001 19:25
> An: assembly-83@lists.ticalc.org
> Betreff: [A83] Re: Win2000 and TASM
>
>
> That's strange. It works perfect for me. The problem might be that Tasm
> v3.1
> is a 16-bit application.
> You can get the latest version at
> http://www.halcyon.com/squakvly/tasmdnl2.htm
>
> ----- Original Message -----
> From: "Stefan Hauffe" <stefan_hauffe@yahoo.de>
> To: "Assembly-83" <assembly-83@lists.ticalc.org>
> Sent: Tuesday, October 30, 2001 19:03
> Subject: [A83] Win2000 and TASM
>
>
> > I got some problems with Tasm on Win2000. It won't work, no object
> code
> > will be created.
> > Maybe somebody can tell me where I can find compiler that work with
> > Win2000 or any tricks how I get Tasm to work?
> >
> > Thanks in advance,
> >             Stefan Hauffe
> >
> >
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>





Follow-Ups: References: