This shows you the differences between two versions of the page.
base:populating_several_related_arrays_from_a_single_macro [2017-07-28 19:09] jupp3 created |
base:populating_several_related_arrays_from_a_single_macro [2017-07-28 19:10] (current) jupp3 Added length of run address. |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Often, you have set of data, you need to put in several arrays. For example, in a demo, for each effect you could have init address (2 bytes), run address, and number of frames to run. | + | Often, you have set of data, you need to put in several arrays. For example, in a demo, for each effect you could have init address (2 bytes), run address |
One easy way to group these together is by using segments. | One easy way to group these together is by using segments. |