Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: Happybobjr on November 30, 2012, 11:25:02 pm

Title: Help with converting text to data.
Post by: Happybobjr on November 30, 2012, 11:25:02 pm
Hello everyone.

I was hoping someone here could give me a hand.
I have about 420K of data for a program. I am able to cut it down to about 250K by using nibbles instead of bytes per character.

I have it set where:
Code: [Select]
Page 0
0 - special case
1 - go to page one
2 - go to page two
3 - go to page three
4 - go to page four
5-15 Use corresponding characters.


Page 1-4
0-15 use corresponding characters

anyways, I have no idea where to start out in turning my text file into appvar's.
Can anyone help? It'd need to be able to write one nibble at a time.


If you don't feel like writing code or anything, could you please point me in the right direction?
What language I should use etc.