Search found 85 matches

by cjgone
Mon 03 Mar, 2008 12:33 am
Forum: Programming Help
Topic: Make ion progs in C.
Replies: 13
Views: 9050

I think ti83p_crt0 is right... err... ;----------------- ;1 - Ion (default) ;----------------- IF !NOT_DEFAULT_SHELL DEFINE Ion org $9D95 ;org $9D93 ;defb $BB,$6D ret jr nc,start DEFINE NEED_name INCLUDE "zcc_opt.def" UNDEFINE NEED_name IF !DEFINED_NEED_name defm "Z88DK Small C+ Progr...
by cjgone
Sun 02 Mar, 2008 11:39 pm
Forum: Programming Help
Topic: Make ion progs in C.
Replies: 13
Views: 9050

Make ion progs in C.

How do I compile working ion compatible progs in C?

I'm using this:
zcc +ti8xansi -startup=1 -o name.bin name.c (using with devpac8x)


and it doesn't make ion programs.

if it can't, then is their a ti-os to ion program program? -.-
by cjgone
Wed 27 Feb, 2008 2:30 am
Forum: Off Topic
Topic: Dead forums (lively thread)
Replies: 123
Views: 426766

I live on? :D
by cjgone
Sat 26 Jan, 2008 8:12 am
Forum: Announce Your Projects
Topic: Pokemon Purple
Replies: 322
Views: 284648

Goodluck with finishing the project. :d

Cool progress.
by cjgone
Fri 18 Jan, 2008 4:51 am
Forum: Program Ideas
Topic: Assassin
Replies: 9
Views: 18794

What language are you coding it in?
by cjgone
Thu 17 Jan, 2008 7:21 am
Forum: Announce Your Projects
Topic: [BASIC] Dystopia
Replies: 22
Views: 45317

Pure basic?

Although you have a "texture" displayer.... the program is going to be really slow once you add moving objects, etc.......

You should really use x-lib for optimal performance..
by cjgone
Tue 01 Jan, 2008 9:46 pm
Forum: Programming Help
Topic: C functions in Assembly :O
Replies: 2
Views: 3673

I think I figured it out with some tests. :D How about disassembling the compiled C-code? why are you using C anyway? Did, but it has call statements in practically every 5 lines to some other header file which is to confusing for me. :D Dunno. Yay, exciting, I found how to get the parameters. :D vo...
by cjgone
Mon 31 Dec, 2007 11:11 pm
Forum: Programming Help
Topic: C functions in Assembly :O
Replies: 2
Views: 3673

C functions in Assembly :O

How do you get the parameters from a C function in assembly and how can you return the value? The only thing I know is: ld hl,2 add hl,sp For parameters, but i'm not sure.... char add( char a ); main() { add( 56 ); } char add ( char a ) { // How do I get parameter? a = a + 32; return a; // how would...
by cjgone
Mon 31 Dec, 2007 10:27 pm
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

Luckily, that wasn't the "optimized" version. :D




(Yup, it uses its own font :P)
by cjgone
Mon 31 Dec, 2007 3:46 am
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

Thanks tr1p. :D


Sweet, hello world in 3,402 bytes. :D




Just wondering... If I call a function with parameters, and I want to retrieve them in assembly language, how would I do that? Are they on the stack?
by cjgone
Mon 31 Dec, 2007 2:19 am
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

Thanks tr1p1ea. ^.^ I realize that the C compiler probably isn't the best option for calculator coding, but I still want to use it ^_^. I'm probably going to do a lot of inserted assembly language + some C for the annoying stuff (and of course, just pure assembly coding). :P And come on, the output ...
by cjgone
Mon 31 Dec, 2007 12:32 am
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

Kalan, thanks for the support. ^^

I'll upload on ticalc now :D, to bad my program takes up so much memory. Oh well, greyscale is ftw. :D

If I can somehow get the C compiler i'm using to work, I want to make some more pwnage games. :twisted:
by cjgone
Thu 27 Dec, 2007 9:25 pm
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

ZOMG ZOMG ZOMG!!!!

From superior requests, I have impemented 10 by x and 14 by x as an option so you can feel as if you were playing the standard tetris! <3

PLZZZ download and test it this last time and make sure it actually works. TY.

One last screenshot plz.
by cjgone
Thu 27 Dec, 2007 4:47 am
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

Soz for all the problems.... updated the file.. http://www.unitedti.org/index.php?act=Attach&type=post&id=2062 erm... I reset my RAM and ran the program with no problems at all... This is making me sad :(. What calculator are you using and it crashes after you exit the prog? (On my calc it t...
by cjgone
Wed 26 Dec, 2007 10:17 pm
Forum: Announce Your Projects
Topic: Greyscale tetris for ti-83\84
Replies: 20
Views: 45585

*cuts wrists* Am I the only person that isn't getting a crash? >_< I have no clue about DOOR CS... is it compatible with Mirage OS? (I should of specified only Mirage OS). -- Now I did. :\ Idk about Kalan vod's problem yet 'cause I don't know what reset (memory, hi score table, blah here, blah there...