Re: A86: Re: .db's


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

Re: A86: Re: .db's




No, then that would be the limit of tasm.  What is MicroAsm?  I've never
heard of that.  But all I can say is that if you are using Win 95/98/NT, you
really need to get Assembly Studio 86.

http://www.stupidzone.com/asmstudio/

(While it's downloading, you should check out the Stupid Zone)

-----Original Message-----
From: Dave VanEe <dvanee@dowco.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, October 13, 1998 9:33 PM
Subject: Re: A86: Re: .db's


>
>I'm using MicroAsm with Tasm...and I can't top 32....does that seem wrong
>to you?
>
>Thx,
>Dave
>
>>>Hey, a few .db questions:
>>>
>>>1) How many 'args' can u have one one .db? (.db 0,0,0,0,0,0,0,0 = 8 args)
>>
>>
>>Technically, unlimited.  The actual number is limited to the assembler you
>>are using.  I don't know about tasm, but assembly studio limits the number
>>of bytes in a source line to 255 characters.  So that would be about 100.
>>
>>Most of the time you will want to split up .db's logically into separate
>>lines to make the source easier to read.  You probably won't want more
than
>>what will fit onto one page on a line (page as in the text editor you are
>>using, standard for dos is 80 characters wide).
>