Re: LZ: How do i compile?
[Prev][Next][Index][Thread]
Re: LZ: How do i compile?
Justin Desilet wrote:
>
> I'm starting to learn asm(its kinda hard though, since im learning C
> right now to :) and I want to compile a ZShell program. I tried using
> string85, but it said something like "cannot compile inputfile!". Do i
> have to use TASM?
>
> Thanks,
> Justin
>
> ---------------------------------------------------------
> Get Your *Web-Based* Free Email at http://www.hotmail.com
> ---------------------------------------------------------
In a word -- yes. But not Borland's TASM -- you need something called
Table ASseMbler. You can download it at http://www.ticalc.org/ , I
think. Then run the asm file through tasm, then string85, and voila!
- Chuck
References: