Author Topic: Secret Project Teaser  (Read 5630 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Secret Project Teaser
« on: October 21, 2010, 11:33:01 pm »
Hello,
I just turned this:
Code: [Select]
using TIOS;
using TIOS.Drawing;

public class Test
{
public static void Main()
{
Interrupt.DisableRunIndicator();
LCD.Clear();
Home.Up();
Home.WriteLine("Hello World!");
Input.WaitKey();
Home.NewLine();
}
}
Into the attached file.

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: Secret Project Teaser
« Reply #1 on: October 21, 2010, 11:36:55 pm »
O.o

Which language would this me? Is that C? I remember in 2007 on the odl Omnimaga board Halifax was working on HACC, which later got renamed to SDCC I believe, but it never came to fruition. :(

A C compiler would be nice for calc, although I have heard that the z80 architecture wouldn't allow an efficient C language.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Secret Project Teaser
« Reply #2 on: October 21, 2010, 11:37:25 pm »
Is that C?

EDIT: My first time being Ninja'd ;D
« Last Edit: October 21, 2010, 11:38:34 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

SirCmpwn

  • Guest
Re: Secret Project Teaser
« Reply #3 on: October 21, 2010, 11:40:04 pm »
C#

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: Secret Project Teaser
« Reply #4 on: October 21, 2010, 11:41:39 pm »
Aah cool. Would a C# compiler face the same issues as a C one for the z80 platform? I think the issue was due to the processor being 8 bit.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Secret Project Teaser
« Reply #5 on: October 21, 2010, 11:42:10 pm »
Not really.  This is being designed from the ground up for calculators.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Secret Project Teaser
« Reply #6 on: October 21, 2010, 11:43:40 pm »
People have developed C compilers for the Z80 before. Assuming C# is similar to C, it should be possible.
« Last Edit: October 21, 2010, 11:44:00 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

SirCmpwn

  • Guest
Re: Secret Project Teaser
« Reply #7 on: October 21, 2010, 11:45:05 pm »
C# is an OOL.

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: Secret Project Teaser
« Reply #8 on: October 21, 2010, 11:45:55 pm »
Ah ok Sir. And Qwerty I know, I was asking because those C compilers produce slow, inneficient code and I heard experienced ASM coders say a good C compiler is impossible on a processor like the z80 because it is too limited for it. However, maybe it is different for C#. I just hope it doesn't have to be stripped down too much x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Secret Project Teaser
« Reply #9 on: October 21, 2010, 11:46:45 pm »
Yeah, it should be okay.

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: Secret Project Teaser
« Reply #10 on: October 21, 2010, 11:48:07 pm »
Well good luck then :D

We need something like TIGCC for the z80 line, even if not necessarly C. Will your development enviromnents support this language?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Secret Project Teaser
« Reply #11 on: October 21, 2010, 11:48:40 pm »
Probably.  I need to finish the compiler first.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Secret Project Teaser
« Reply #12 on: October 22, 2010, 12:05:25 am »
:O i was totally thinking about making something like this!
/e

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Re: Secret Project Teaser
« Reply #13 on: October 22, 2010, 12:10:29 am »
What about a C++ compiler? Is that possible?

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline Ranman

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1354
  • Rating: +83/-0
    • View Profile
Re: Secret Project Teaser
« Reply #14 on: October 22, 2010, 12:15:58 am »
I was hoping for Small C.

But C#... Wow!
Ranman
Bringing Randy Glover's Jumpman to the TI-89 calculator. Download available at Ticalc.