Re: A86: Re: .db's
[Prev][Next][Index][Thread]
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).
References: