BULK DATA SAVE (tool)

3

was8bit 2023-08-30 11:25 (Edited)

1) Add this on your menu as a tool

2) Edit this file and add your DATA statements here...

3) goto the program where you want the finished file added

4) select the DATA SAVE tool, and it will convert your data files into one storage file :)

No coding is added between data batches... best used for formatted data where all data is all the same size...


McPepic 2023-08-31 14:37

If you add:

IF IMEM<$4000 THEN POKE $A000+IMEM,10 ELSE PLAY 0,90,9
INC IMEM

After NEXT I, it will automatically add a new line at the end of every DATA block!


Sylveon 2024-12-24 20:09

Cool was8bit, can I use this for the IPV machine code compiler (LowRes NX) :3


was8bit 2024-12-25 02:39

If you can use it … it’s ok …


Sylveon 2024-12-25 15:20

Ok :3


Log in to reply.