Search found 147 matches

by CalcKing
Sat 12 Mar, 2005 4:37 am
Forum: Programming Help
Topic: better_moving
Replies: 3
Views: 2841

I think it will be hard for anyone to help you with this code, your labels aren't all defined in it! Also, it would probably be more efficient to ld hl,(address+1) than to ld a,(address) \ ld l,a
by CalcKing
Fri 11 Mar, 2005 11:30 pm
Forum: Programming Help
Topic: [General Algorithme] 8 way scroller
Replies: 30
Views: 14039

I have wondered about this too... I have seen http://joepnet.com/hosted/maxcoderz/php ... light=#901 but I still can't claim to understand it. I haven't had need of this type of thing yet, but a good explanation would be nice for future reference! :D
by CalcKing
Fri 11 Mar, 2005 8:14 pm
Forum: Announce Your Projects
Topic: Slordax
Replies: 85
Views: 33971

A version of TilEm that supposedly works in windows: http://www.detachedsolutions.com/forum/ ... php?t=2330

I haven't actually downloaded it though.
by CalcKing
Thu 10 Mar, 2005 8:25 pm
Forum: Programming Help
Topic: [TI ASM] Mirage->ION problems
Replies: 12
Views: 6234

... Why is there a bcall(_puts) in there? Nowhere do I see code to make it do anything useful. Are you trying to display text with it? Just for reference: PutS Description: Displays a zero (0) terminated string residing in RAM at the current cursor position. This routine uses the large 5x7 font. Inp...
by CalcKing
Wed 09 Mar, 2005 11:37 pm
Forum: Program Ideas
Topic: Mafia or Splinter Cell
Replies: 7
Views: 7608

It sounds like this thread belongs in the Program Ideas section. Just a thought...
by CalcKing
Tue 08 Mar, 2005 10:54 pm
Forum: Off Topic
Topic: A joke? Hacked?
Replies: 4
Views: 3311

Ok, I feel like stomping something here. WHO would do this? I may not be that important here, but I don't want to see such language on a site I visit.
by CalcKing
Sun 06 Mar, 2005 9:08 pm
Forum: The Verdante Forest
Topic: MEMORY
Replies: 8
Views: 22850

We don't all live in the same timezone. :wink:
by CalcKing
Sun 06 Mar, 2005 9:03 pm
Forum: The Verdante Forest
Topic: MEMORY
Replies: 8
Views: 22850

WOW, that was impressive timing. Both say "Sun Mar 06, 2005 4:02 pm" :P
by CalcKing
Sun 06 Mar, 2005 9:02 pm
Forum: The Verdante Forest
Topic: MEMORY
Replies: 8
Views: 22850

You obviously do not have enough memory... If you don't care about what may exist on your calulator you could clear all memory and just reload what you want: [2nd] [+] 7
[ENTER] 2
by CalcKing
Sat 05 Mar, 2005 3:04 am
Forum: Programming Help
Topic: [TI ASM] Jumpy Ship
Replies: 16
Views: 8350

You probably ought to just think of it as a 'random' number. :wink:

If you really want to know though, it's the address of the system interrupt routine. :roll:
by CalcKing
Thu 03 Mar, 2005 11:45 pm
Forum: Programming Help
Topic: [TI ASM] ASM Going Too Fast
Replies: 34
Views: 15001

CoBB wrote:it's a good idea to use 'inc x \ jr p,whatever'
Sorry to be so picky, but jr doesn't allow sign flag checking. It would have to be one byte larger and use a jp. :)
by CalcKing
Wed 02 Mar, 2005 8:33 pm
Forum: General TI Discussion
Topic: TIMM Problems/Can Anyone One Help!
Replies: 13
Views: 6297

Or Devpac 8x... Actually, you need an assembler before you use DevPac8X. The assembler converts your code into a .bin file which is turned into a .8xp or .83p by another program. I use TASM and DevPac8X for my programs, then when/if I want a version for the 83 regular, I use the Ion assembly batch ...
by CalcKing
Tue 01 Mar, 2005 5:48 am
Forum: Announce Your Projects
Topic: Metroid II: Evolution (formerly Diortem)
Replies: 314
Views: 194240

The 's' shows pluralization. :wink:
Now, in this case, I would guess it also means the enemies rather than the game.
by CalcKing
Tue 01 Mar, 2005 5:43 am
Forum: Grayscale Dev Kit
Topic: _runIndicOn ?
Replies: 1
Views: 13596

The run indicator is driven by the standard interrupt. The grayscale engine needs mode 2 for it to work, so anything that needs the standard interrupt (like getcsc, run indicator, apd) will not work.
by CalcKing
Mon 28 Feb, 2005 5:44 am
Forum: Announce Your Projects
Topic: Spengo's Racing Game (Grand Theft Avocado)
Replies: 116
Views: 50937

Oh no! Not competition! :D

Maybe we should have a contest for the "Most insane game" ? :lol: