Author Topic: A·Byte - Online Data Editor / Converter  (Read 3925 times)

0 Members and 1 Guest are viewing this topic.

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
A·Byte - Online Data Editor / Converter
« on: May 27, 2011, 06:34:32 pm »
I started working on a third tool for Axe Parser developement to complement some things that you can't do oncalc or just very hard.
You will be able to clearly create and manage data and convert it directly into 8xp (maybe appvars too).
I didn't started the data editor yet, but you can already use the converter. Try it:
http://xeverion.com/Tools/Abyte/Convert?v=TEST,Your_Comment,414243
The blue section links to the PHP script. The red section contains 3 necessary arguments:
1) Program name (up to 8 uppercase chars)
2) Comment (up to 42 chars)
3) Data in hexadecimal, the above code means ABC

At the moment, I didn't adapt the checksums though. I would be glad if anyone tried to send such a file to a calc using TI Connect.
TILP ignores the checksum by itself.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: A·Byte - Online Data Editor / Converter
« Reply #1 on: May 27, 2011, 06:36:43 pm »
Wooo! This looks cool! Is it Appvar or Program? Also doesn't no checksum mean the program is not correctly written?

This seems promising :D

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Byte - Online Data Editor / Converter
« Reply #2 on: May 27, 2011, 06:46:36 pm »
Wooo! This looks cool! Is it Appvar or Program? Also doesn't no checksum mean the program is not correctly written?

This seems promising :D

It converts into open programs right now. TI uses checksums to check if the file does match with its data. The programs are working even with false checksums, but TI Connect probably wont let someone send these programs to a calc.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: A·Byte - Online Data Editor / Converter
« Reply #3 on: May 29, 2011, 04:02:48 am »
Nice Aichi. Glad to see more tools from you.