Re: LZ-Adv: .db's how long can I string them?


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

Re: LZ-Adv: .db's how long can I string them?



>How many numbers can I string in one .db opp?
>
>ex:
>
>Stuff:
>.db 0,987,978,6,5,5,54,4,5,45,4,5,4,65,4,64,6,4,6.........
>
>When do I have to stop or add another .db prefix?


Well, first of all, 987 and 978 are too big to use in a .db, you need a
.dw.  As far as the length, the compiler needs the .db to tell it how to
write it to the assembled file.  So to answer your question, the beginning
of the next line.


                                     -C.J.-






********************************************************************
Unsolicited commercial e-mail to the poster of this message
will be proofread at $70/hr, minimum charge $150.  Submission
of such e-mail to this address will suffice as contractual assent
to the said charging schedule.
********************************************************************


 


References: