Author Topic: Someone should revive the Online Hex Disassembler...  (Read 27497 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #15 on: December 06, 2009, 09:43:58 pm »
Sounds great Galandros! I can't wait to see it.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #16 on: December 06, 2009, 10:58:51 pm »
well if some on is willing to help me set it up thatnks to genolo i have my own site now XD
andi am willing to host it :)   ( i just want somthing to put there XD)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #17 on: December 07, 2009, 04:49:26 am »
I haven't prettied the site but it is usable:
http://galandrosdev.2kool4u.net/online_asm_unsquish.php
(forget the domain, it is free :P )

I checked endianess with WikiTI ExecAsm Tricks just to be sure. http://wikiti.brandonw.net/index.php?title=83Plus:Basic:Tricks_ExecAsm
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Someone should revive the Online Hex Disassembler...
« Reply #18 on: December 07, 2009, 04:53:16 am »
Nice ^^, only thing is that digits per row doesn't appear to work, it all puts in one single line :(

I'll try a program on calc to see if it actually works later. Now bed time :P
« Last Edit: December 07, 2009, 04:55:12 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #19 on: December 07, 2009, 04:02:34 pm »
Updated. Same link.

Added AsmPrgm token to start. Hex digits per row work now. I added a check for file type. It only accepts files with .8xp in the name. (case insensitive)
I will do a simple design to the page: online_asm_unsquish.php. But the important part is done. Then I will give away the source code. Just 24 lines of PHP code counting lines with just {. The rest is HTML and comments.

Enjoy. ;)
PS: sorry the advertisement but is a free host...
« Last Edit: December 07, 2009, 04:05:19 pm by Galandros »
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Someone should revive the Online Hex Disassembler...
« Reply #20 on: December 08, 2009, 01:58:08 am »
When it's done, do you think I could host it on here if I got PHP 5.1? I could simply embeed it in a forum post (providing your page is not too huge and that I can change the background color to #EBF1F9) and credit you there. It would be kinda easy to access.
« Last Edit: December 08, 2009, 01:59:21 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #21 on: December 08, 2009, 04:02:23 am »
When it's done, do you think I could host it on here if I got PHP 5.1? I could simply embeed it in a forum post (providing your page is not too huge and that I can change the background color to #EBF1F9) and credit you there. It would be kinda easy to access.
Of course. You can embed the front-end HTML to a post or if you don't want in the forum just put in a article or a static page. Then you can host the PHP file anywhere in the site with a little change of an url in the HTML.
 And I can help in the process, talking in the irc.
Hobbing in calculator projects.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #22 on: December 08, 2009, 02:14:55 pm »
hmm if i can figure out how (eg get php and such on my site) ill put it there as well :)

Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #23 on: December 08, 2009, 04:14:31 pm »
Great job Galandros ;D  I tested the files I use to test my .8x* converter and they all unsqished fine.

Quote from: (the unsquisher's "Thanks" section)
simplethinker for its immediate reply with information about the *.8xp file format.
I'm sure this is nothing, but I'm referred to as "it" :D
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #24 on: December 09, 2009, 05:47:32 pm »
Quote from: (the unsquisher's "Thanks" section)
simplethinker for its immediate reply with information about the *.8xp file format.
I'm sure this is nothing, but I'm referred to as "it" :D
Sorry. -.-" Bad mistake. *changes voice* You are a lobster (or anything else), too. :D
Hobbing in calculator projects.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #25 on: December 10, 2009, 01:57:47 pm »
Someone has other idea of Online utils for calcs? I got to give use to PHP and my site.

I was thinking in doing an online z80 assembler but instead of writing myself the assembler in PHP (too much work and not worth it), I would use spasm (an offline assembler) from the PHP (it has C like functions that I think can make use of the assembler like in a command line).
This could be useful and cheap to do. What you think?
PS: I will release next week the final unsquisher because I will be free of school stuff.
Hobbing in calculator projects.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #26 on: December 10, 2009, 02:02:45 pm »
Sounds cool.  So you would upload your program.z80 and get program.8xp online. 
With things like this, your site could be a nice place for asm resources.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #27 on: December 10, 2009, 04:02:59 pm »
yeah i was the one with other ideas :) 
i was basically thinking a full calc dev suite online for those of us who are banned from calc need a quick debug and dont have wabbit emu ect  :)

looking for help though as i have no idea how to do any of that so yeah :)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Someone should revive the Online Hex Disassembler...
« Reply #28 on: December 11, 2009, 02:34:10 pm »
yeah i was the one with other ideas :)  
i was basically thinking a full calc dev suite online for those of us who are banned from calc need a quick debug and dont have wabbit emu ect  :)

looking for help though as i have no idea how to do any of that so yeah :)
Sourcecoder2 allows TI-BASIC coding and management.
If someone could do a online Java TI calculators emulator, would be great.

Progress on Online Assembler:
I have done a break on work and successfully called SPASM from PHP. I was able to print the output of the assembler.
Now, there are lots of things to do like multiple file uploads, handle folders, maybe even zip packages upload, download the output and erase all used files and folders.
By using SPASM, it will be a full fledged assembler. I will post this on Revsoft too.

I don't know if my hosting will allow to do some of the operations. Also maybe I don't know if the shell commands on Windows and Linux servers will be identical.
Just one way to find out...
« Last Edit: December 12, 2009, 06:27:58 am by Galandros »
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Someone should revive the Online Hex Disassembler...
« Reply #29 on: December 12, 2009, 12:58:38 pm »
I need to find some time and motivation to go figure out what my host use then try to install this on my host x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)