Author Topic: Need a Coder...  (Read 4580 times)

0 Members and 1 Guest are viewing this topic.

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Need a Coder...
« on: November 06, 2006, 06:23:00 pm »
Hey everyone! Here's the skinny:

I'm looking for a good z80 programmer who can throw together a nice ASM sample for me. Nothing too complicated (basics really), but I haven't had a chance to start studying the z80 (it's hard switching from 8086 ASM! :Ptongue.gif ).

Basically, I'm looking into (possibly) integrating a customized version of TIGCC into the assembly IDE I've been working on, that will allow for ANSI C programming for the TI8x series calcs. I'm downloading the source for TIGCC right now, but I need a good sample file that I can use to make my modifications/optimizations to it.

Anywho, if you're interested in helping me out, PM me and I'll give you the code specs that I need :)smile.gif

Thanks all

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
Need a Coder...
« Reply #1 on: November 07, 2006, 04:54:00 am »
I would talk to Kerm over at Cemetech also, if you haven't already. There are some other people over there who can be of some help also.
>(<')

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Need a Coder...
« Reply #2 on: November 07, 2006, 06:31:00 am »
I thought about it, but I wasen't too pleased with the attitudes of some of the members over there towards newbies (Eg Me).

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Need a Coder...
« Reply #3 on: November 07, 2006, 09:04:00 am »
I would suggest getting someone who knows what they are doing in z80, go ask around RevSoft or MaxCoderz. Good luck.

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Need a Coder...
« Reply #4 on: November 07, 2006, 09:10:00 am »
QuoteBegin-JincS+7 Nov, 2006, 12:31-->
QUOTE (JincS @ 7 Nov, 2006, 12:31)
I thought about it, but I wasen't too pleased with the attitudes of some of the members over there towards newbies (Eg Me).

Kllrnohj has already done extensive work on SDCC for z80s running the TI-OS; I believe he would a good person to talk to.  I also know an opcode or two of ASM (;)wink.gif), and Chipmaster and elfprince13 are fairly good ASM programmers.  I hate that some random members who hardly post have given Cemetech a n00b-unfriendly reputation. :(sad.gif



Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Need a Coder...
« Reply #5 on: November 07, 2006, 09:47:00 am »
SDCC is hard to use though I tried using that and it was none to easy to setup, the only good C compiler(that wasn't complete though) that I ever got was from mbruno at #tcpa on IRC but now he is no where to be found so that is just my perspective
@KermMartian: I tried the new doorsCS up on your site and it's rele cool I like it a lot
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
Need a Coder...
« Reply #6 on: November 07, 2006, 11:44:00 am »
QuoteBegin-JincS+7 Nov, 2006, 0:23-->
QUOTE (JincS @ 7 Nov, 2006, 0:23)
Hey everyone! Here's the skinny:

I'm looking for a good z80 programmer who can throw together a nice ASM sample for me. Nothing too complicated (basics really), but I haven't had a chance to start studying the z80 (it's hard switching from 8086 ASM! :Ptongue.gif ).

Basically, I'm looking into (possibly) integrating a customized version of TIGCC into the assembly IDE I've been working on, that will allow for ANSI C programming for the TI8x series calcs. I'm downloading the source for TIGCC right now, but I need a good sample file that I can use to make my modifications/optimizations to it.

Anywho, if you're interested in helping me out, PM me and I'll give you the code specs that I need :)smile.gif

Thanks all  

 I thought you only knew C++; TIGCC is in Delphi.  I don't know much about Delphi though.  Maybe it's similar to C++.  

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Need a Coder...
« Reply #7 on: November 08, 2006, 04:26:00 am »
Meh. I have a really good sense of syntax, so it's pretty easy fro me to understand most languages. But the layout of all of it isn't what I'd call user-friendly, so I'm not gonna use it (just write my own).

@Kerm: I didn't mean to give you guys a bad rep, but there's a reason that I don't post over there, and that is it. I'm not saying that it it is everyone @ Cemetech, just a few members (who will remain unnamed for politeness) who have not-so-professional/polite attitude towards newbies like me. I do, however, apologize for any offenses I may have created. Please don't take it personally.

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
Need a Coder...
« Reply #8 on: November 08, 2006, 05:35:00 am »
Yeah, I do think some of the things some tactics some members use to be-n00bify (as they call it) can be harsh.
>(<')

Alex

  • Guest
Need a Coder...
« Reply #9 on: November 08, 2006, 07:49:00 am »
Only the IDE is in Delphi.

- Alex

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Need a Coder...
« Reply #10 on: November 08, 2006, 08:20:00 am »
Everything else is C, but it's a mess :(sad.gif it could be optimized so much too...