Author Topic: 8xp to txt Converter  (Read 10080 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 8xp to txt Converter
« Reply #15 on: November 13, 2010, 12:23:40 pm »
Yes Meishe, then it was OKAY, I've got a big update now

"Disp Prompt Disp Disp"

Counts 2 Disp's and 1 Prompt, since Disp needs a space after it, so as Prompt.

I may stop posting the code or posting only parts of it to avoid my program being stolen.

Sorry :s

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: 8xp to txt Converter
« Reply #16 on: November 14, 2010, 12:19:41 am »
I think you should be fine, because I am sure if it comes out on ticalc.org people here will recognize the code if they saw it here before. See Hyped, for example, on Cemetech. The community easily spotted the program that were stolen, even if they never used them before. That said, there's a lot of traffic over here, though, so if you ever put your code on pastebin.com, make sure to mention here that you did post it.
Dream of Omnimaga

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 8xp to txt Converter
« Reply #17 on: November 14, 2010, 03:33:06 pm »
:O Ok, great then, I'm also at Cemetech with this program since this is gonna be tough:

http://cemetech.net/forum/viewtopic.php?p=122830#122830

I have managed to make "Disp " with the space being recognized now, GREAT!

I could make my first Tokens program working with a few tokens (something like 10 just to say I could do it), but, once again, checksum and header is something that I have no idea of what is, though.


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: 8xp to txt Converter
« Reply #18 on: November 15, 2010, 12:20:39 am »
Ah cool, you might find some additional help there too. :)

Nice to see this progressing. Hope you figure everything out soon :)
Dream of Omnimaga

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 8xp to txt Converter
« Reply #19 on: November 15, 2010, 07:46:39 am »
Ah cool, you might find some additional help there too. :)

Nice to see this progressing. Hope you figure everything out soon :)

Yeah, I will succeed I'm sure, and by posting the code it is easier, and sure nobody steals it from me :D

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: 8xp to txt Converter
« Reply #20 on: November 15, 2010, 09:35:31 am »
I have been working on something like this in java. The checksum is the lsb of the sum of all the bytes in the data section of the file. (I'll use "c" at the end of a num to represent that it must be converted to a char) The header of the whole file is **TI83F* 16c 10c 0c (42 nulls) (2-byte length of data section). I got this from the tixx_something guide on ticalc. Search tixx.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results: