Ahh, I see! Okay, then put just a small DATA statement on the first line:
65531 DATA a:ML code here
65531 ML code here
65531 and here...
Then "10 READ A$" will give you the address of "a" in the DATA
statement, and it only consumes 3 bytes (DATA token, 'a' and ':'), plus
the PEEK magic to get access to the address.
Ken
On 6/5/18 3:53 AM, Stephen Adolph wrote:
sorry I was thinking just to have the RAW ML in the line. no Data, no
string.
65531 m-98&"lkj3
so long as you never execute this code line in BASIC, I believe it is
fine. you just have to find the first byte of code.