Author Topic: [Project]Assemblex  (Read 16704 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: [Project]Assemblex
« Reply #90 on: February 09, 2011, 10:07:28 am »
*BUMP*

And, there will not be an assembler, I tried real time assembling and including it in Assemblex would be a nightmare.

A 1.0.0 will come when the 8xp maker is finished.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #91 on: February 13, 2011, 10:14:54 am »
www.davidgom.co.cc/assemblex.html

I made a special page for Assemblex ;D

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: [Project]Assemblex
« Reply #92 on: February 14, 2011, 01:16:00 am »
Looks good :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #93 on: February 14, 2011, 07:38:32 am »
I also have to add that I have finished my problem with the size of the programs created. I am very close to making valid 8xps.

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: [Project]Assemblex
« Reply #94 on: February 14, 2011, 03:47:10 pm »
What was the 8xp size problem? I can't find the info anywhere. D:
« Last Edit: February 14, 2011, 03:47:28 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #95 on: February 14, 2011, 04:32:15 pm »
What was the 8xp size problem? I can't find the info anywhere. D:

I mean, a 8xp file is made in binary code, and it has a header, so the data only comes after:

HEADER
DATA
FOOTER

In the middle of the long header is the size of the program, in a complicated hex little endian way, and I just finished it :D

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: [Project]Assemblex
« Reply #96 on: February 15, 2011, 04:40:02 am »
Ok I see, thanks for clarifying. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #97 on: February 17, 2011, 09:51:20 am »
Ok I see, thanks for clarifying. :)

I just figured a ton of other things left to do:

Run in WabbitEmu;
Finish the 8xp maker;
Create a 8xp reader (this is a separate program, but will be included);
Create an 8xp maker (separate program again).

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: [Project]Assemblex
« Reply #98 on: February 18, 2011, 11:19:22 pm »
That will be nice and I like the running in Wabbitemu thing. I hope it is possible :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #99 on: February 19, 2011, 05:27:15 am »
That will be nice and I like the running in Wabbitemu thing. I hope it is possible :D

I contacted the coordinator of WabbitEmu and got no response yet. I'll wait some more days and then contact BuckeyeDude.

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: [Project]Assemblex
« Reply #100 on: February 21, 2011, 03:13:07 pm »
Yeah I think he isn't that active, especially at this time of the year. You might want to ask Buckeye later.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #101 on: February 21, 2011, 03:30:17 pm »
Yeah I think he isn't that active, especially at this time of the year. You might want to ask Buckeye later.

I'll ask right away, I was quite confident on a response.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Project]Assemblex
« Reply #102 on: April 08, 2011, 10:56:08 am »
Assemblex can now run opened files in WabbitEmu (if it is in the same folder as Assemblex).

All that's left till final release is the Export to 8XP function (making 8xp files)

http://davidgom.co.cc/Assemblex0014.zip
« Last Edit: April 08, 2011, 11:26:06 am by Scout »

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: [Project]Assemblex
« Reply #103 on: April 22, 2011, 09:46:50 pm »
Cool! I always liked that feature from TIGCC. I'M sure a lot of people will like this too. Having to compile, then manually send the files everytime in WabbitEmu can be annoying, especially if it's an application, because sometimes WabbitEmu won't accept them after many were sent (a restart of the emu is required.)

Are you planning to put this in the downloads section when it's finished, by the way?
« Last Edit: April 22, 2011, 09:47:35 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: [Project]Assemblex
« Reply #104 on: April 23, 2011, 11:15:52 am »
I am awaiting the new feature :) I hope things go well!