A86: External Strings


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

A86: External Strings




Right now I have a lot of data for my program stored all under one label, ie:

DATA:
 .db -stuff-
 .db -more stuff-
 ...etc...

A while ago someone posted how to load 4k into ram page 1. How can I put
all of this info into an external string that could be copied to ram page
1? Right now it totals 792 bytes, but will get larger later.

Thanx,
Dave