A89: Re: Re: Whats the diamond command?


[Prev][Next][Index][Thread]

A89: Re: Re: Whats the diamond command?




what i did was write this program as kbdprgm9
those are al the games on my calc that work while streetfighter is on there
and dont suck

()
Prgm
lbl start
Toolbar
Title  "Games"
 Item  "Street Fighter", sf2t
 Item  "Falldown", falldown
 Item  "Tetris", tetris
 Item  "Blackjack", bj
Title  "Quit",quit
EndTBar

LBL sf2t
sf2t()
goto start

LBL falldown
falldown()
goto start

LBL tetris
tetris()
goto start

LBL bj
blackjck()
goto start

LBL quit
EndPrgm


-Dan
thedew@usit.net



----- Original Message -----
From: Mark Leverentz <MarkLeverentz@hotmail.com>
To: <assembly-89@lists.ticalc.org>
Sent: Sunday, September 19, 1999 9:14 PM
Subject: A89: Re: Whats the diamond command?


>
> I believe all you have to do is name your program "kbdprgmX" where X is a
> number from 0 to 9 (or was it 1 to 9).  Then, for example, whenever you
> press DIAMOND + 3, kbdprgrm3 will be run.
>
> ----- Original Message -----
> From: Daniel Wood <thedew@usit.net>
> To: <assembly-89@lists.ticalc.org>
> Sent: Sunday, September 19, 1999 7:11 PM
> Subject: A89: Whats the diamond command?
>
>
> >
> > what was the basic program u have to write for shortcuts using the
> > diamond+number?
> >
> >
> > -Dan
> > thedew@usit.net
> >
> >
> >
> > ----- Original Message -----
> > From: <Airswit@aol.com>
> > To: <assembly-89@lists.ticalc.org>
> > Sent: Saturday, September 18, 1999 7:15 PM
> > Subject: A89: Wlink89
> >
> >
> > >
> > >     Has anyone had any problems with the newest version of the TI-89
> > > graphlink software, because I can't send or recieve anything from my
> > > calculator?
> > >
> > >
> >
> >
> >
> >
>
>




References: