Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 183 184 [185] 186 187 ... 370
2761
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 24, 2010, 10:35:02 pm »
Ok, so I've been working on a bunch of small bugfixes for Mac's with graphmastur, we also made the Makefile a lot better for dynamically working on all systems.

2762
Other Calc-Related Projects and Ideas / Re: ticalc.org "Package Manager"
« on: November 24, 2010, 10:18:58 pm »
Sweet! Can't wait to play around with this!

EDIT: Err, when I try to run this on my linux partition, it fails on all version of python I have installed (python, python2, python2.7, python3, python3.1)

2763
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 24, 2010, 11:16:12 am »
Oh, well oasis is all command line driven, just like most assemblers. So this is in a sense showing the actual program, just inside another.

2764
Other Calc-Related Projects and Ideas / Re: TI-OS Command addition
« on: November 24, 2010, 02:01:04 am »
Well symbolic does something like adding new tokens. I wonder if there would be a way to patch new tokens into the OS

2765
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 24, 2010, 01:56:31 am »
It's a screensgot of me developing it in KDevelop. The main panel is me running it and it's output. It's running a test assemble of an old old version of GONE. So far all it does is put it all together and get rid of comments as well as output the location of all the strings.

2766
Oasis / Help Requested
« on: November 23, 2010, 11:49:31 pm »
So as I develop this assembler I will need lots of debugging to help me, as well as people to assemble for different platforms. Right now Linux and Mac OS X are covered, and pretty soon Windows will be too, but it will be nice to have more just in case. I've tested this on Linux, and it has been tested on Mac OS X by Graphmastur, and so far all is in the green :)
Instructions on how to get a copy of the source for yourself can be found here. If anybody wants to join the team and help keep compatibility as I work on the project, or help will the actual coding, please let me know right away.

Currently I'm working on the first pass, and any help or tips with my code would be much appreciated. This is coded in C++ and my main parsing is using a vector<string> and using a character by character check to break (easy to use a two character check by just checking one ahead in a single character check, or more if you need to check for more).

EDIT: ok people who are working on this so far
  • Eeems (of course)
  • Graphmastur
  • Binder News

2767
Oasis / Re: Requests
« on: November 23, 2010, 11:39:00 pm »
Yes I intend to make this completely compatible with all systems.
Code highlighting? This is an assembler, how would I do that?
Oh ok I thought you also had some sort of IDE or something. Again, it has been half a year since the last update so I forgot a bit and there are like 8000 ASM IDEs/compilers in the works right now, so it gets confusing fast. Disregard the code highlighting part, then.
Lol, that was ADE, which has been halted until further notice, so no problem, simple mistake.

2768
Other Calculators / Re: Mimas by Benjamin Moody
« on: November 23, 2010, 09:57:27 pm »
I've writen a Scheme interpreter in Scheme before.  :)
now that's just silly :P
Hmm, someone should attempt to make a BASIC interpreter in BASIC (with DCS's help of course)

2769
Other / Re: How to stop itunes from deleting all of my apps???
« on: November 23, 2010, 09:53:33 pm »
winChain is apparently not updated frequently enough. But it can work. The best way that I know would be DragonFire SDK, but that costs $99 :/

2770
Oasis / Re: Requests
« on: November 23, 2010, 07:43:51 pm »
I will attempt to make logging working :) So would just console output (-v flag output) be wanted?
I will attempt to get apps and OS working after I finish getting standard compiling working :)

2771
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 23, 2010, 07:40:34 pm »
Ok, sweet :D Making it assemble things should just make it compile all the included code into the output without comments right now.  Any warning on build or anything? I also need someone to test building/running this on windows.
Also, would you like rights to edit the svn to make small changes to keep it working on Mac's?

EDIT: Screeny with -v and -c flags set for moar purdiness

EDIT2: Graphmastur is now officially part of the team helping me with this, he is at the moment helping with Mac compatibility, which so far seems to be good :) He will also help with windows XP when he gets it set up. Thanks Graphmastur!

2772
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 23, 2010, 06:32:48 pm »
Thanks :) I'm intending to :P

2773
Oasis / Re: Requests
« on: November 23, 2010, 06:31:19 pm »
Yes I intend to make this completely compatible with all systems.
Code highlighting? This is an assembler, how would I do that?

2774
Other / Re: How to stop itunes from deleting all of my apps???
« on: November 23, 2010, 01:23:49 pm »
send all your ipa's to itunes, put them in a separate folder, update to the next jailbreakable version of iOS, put all your ipa's back on your device by SSH and install them because itunes might delete them, or install Installi0us and appsync, and then sync. But you shouldn't be using install0us. Morally and Ethically wrong. Buy the apps instead.

2775
Oasis / Re: Oasis - cross platform z80 assembler
« on: November 23, 2010, 11:04:06 am »
Ok, most recent work supports verbose mode (-v flag) color mode (-c flag) with verbose enabled all the extra output that the assembler can do (telling you which files are being included, what areas are strings etc) will be output. Color mode will enable the color output for all of you who like seeing rainbow output ( j/k :P ).  This will make errors and warnings easier to see.

Pages: 1 ... 183 184 [185] 186 187 ... 370