DAT Limit
FORD
Posts: 221
Hi to All,
I have searched, but cant find anything in the manual or on the forum.
Is there a limitation to how many bytes of data you can put on a line with the DAT statement.
Eg:
MyData byte "abcdefghijklmnopqrstuvwxyz123" etc etc, how long can this go on,
and also, is there a way to put a break (like a carriage return) in the line so that it doesnt go off the rhs of the page in the editor, to make it like this...
MyData byte "abcdefghijklmnopq
rstuvwxyz123"
Any assistance appreciated,
Thanks,
Chris
I have searched, but cant find anything in the manual or on the forum.
Is there a limitation to how many bytes of data you can put on a line with the DAT statement.
Eg:
MyData byte "abcdefghijklmnopqrstuvwxyz123" etc etc, how long can this go on,
and also, is there a way to put a break (like a carriage return) in the line so that it doesnt go off the rhs of the page in the editor, to make it like this...
MyData byte "abcdefghijklmnopq
rstuvwxyz123"
Any assistance appreciated,
Thanks,
Chris
Comments
There are several ways to break the data to multiple lines.