Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - calcdude84se

Pages: 1 ... 159 160 [161]
2401
ASM / Re: ASM Optimized routines
« on: April 29, 2010, 07:57:10 pm »
yeah, there's _DispHL
so you're code would be:
Code: [Select]
push hl
ld hl,$yyxx
ld (PenCol),hl
pop hl
B_CALL(_DispHL)
Just be aware it's right-justified in 5 spaces. (Since $ffff is 5 decimal digits, 65535)
EDIT: oh, wait, that's pencol? so this code doesn't work then. Oops... :-[

2402
TI Z80 / Re: Tunnel clone, with a little twist *runs*
« on: April 29, 2010, 07:53:03 pm »
Nice! Looks pretty good. (I haven't tried it yet, but the screeny seems okay.)
This would probably be a good program to make into a tutorial for Axe, since it shows many of its features.
I just wonder how obfuscated the code may have become during optimization...

2403
The Axe Parser Project / Re: The Axe Pages
« on: April 28, 2010, 05:33:15 pm »
Maybe a coupled hundred bytes then? But it still wouldn't be that large, and could be useful.
Do you like RAM resets? of course not. :)

2404
The Axe Parser Project / Re: The Axe Pages
« on: April 28, 2010, 04:43:08 pm »
Would it really make the code that much larger? It's probably on the order of ~100 bytes, if even, and it only needs set up; the code doesn't need stuff inserted w/in it.

2405
Web Programming and Design / Re: Javascript Catch the Dot Game
« on: April 28, 2010, 04:34:40 pm »
Yeah, didn't see that... my bad...
(hours later)
stupid... addicting... game.... must... catch... dot...

2406
The Axe Parser Project / Re: The Axe Pages
« on: April 28, 2010, 07:32:07 am »
The OS itself does that too... It will happen anywhere, in any program, unless the ON interrupt is disabled or the calc is set to IM2 (maybe).

2407
Web Programming and Design / Re: Javascript Catch the Dot Game
« on: April 28, 2010, 07:18:48 am »
You know what, I'm getting Firefox, now...
And that didn't work either... strange
I'm using win7...
EDIT: Maybe it's just my computer. OpenSUSE w/ firefox (in virtualbox) doesn't work either.

2408
Web Programming and Design / Re: Javascript Catch the Dot Game
« on: April 27, 2010, 08:47:53 pm »
What the heck... it won't work for me... ???

2409
The Axe Parser Project / Re: The Axe Pages
« on: April 27, 2010, 08:12:53 pm »
Call it multi-threading if you will, but it sucks as that. More like something that allows you to run small amounts of code in the background

2410
The Axe Parser Project / Re: The Axe Pages
« on: April 27, 2010, 06:30:50 pm »
Yeah, the ON key is special... Generates an interrupt rather than being able to be read from the keyboard...

2411
Other Calculators / Re: What's your favorite Programming Method?
« on: April 26, 2010, 07:38:55 pm »
And I in these: (in order of use and knowledge)
Java & Python
C
TI-BASIC
Z80 ASM
Axe

I've tried others, haven't liked them enough to bother to really learn them...
If you think I should learn your favorite, just ask. :)

2412
Miscellaneous / Re: English language reform
« on: April 26, 2010, 05:13:51 pm »
Fix? Languages are dynamic, you can't really "fix" them. The English language is just moving forward, and accumulating trash as it goes.
The spelling inconsistencies were caused by changes in pronunciation, but not spelling.
We can still read Shakespeare in the original, despite the occurrence of the great vowel shift among other things.
If pronunciation were completely phonetic in English, you might end up with something like what happened with Ancient Greek, where different dialects could have some pretty large spelling differences.
I could go on, but I'll stop now.

Pages: 1 ... 159 160 [161]