0 Members and 1 Guest are viewing this topic.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
nice work! I started coding a Tokenizer and detokenizer today! I'll also post some screenies soon.
yes, and with Axe compatibility!
string HEX = textbox1.Text.Replace("\r\n", "");
text = text.replace("\r\n", "")
In Python that would be:Code: [Select]text = text.replace("\r\n", "")Also, you'll need (or, at least, probably want) to include a .8xp extractor to get the code out of a .8xp file so it could be ran over .8xp as well as .hex.
*-* want for tiDE