Problems with lists.ticalc.org
Posted by Magnus on 31 October 2002, 10:12 GMT
Due to a misconfiguration, mail to lists.ticalc.org has been bouncing for several hours. Downtime started at approx 18:15 local time yesterday, and were fixed at around 09:45 the following morning. We apologize for any inconvenience caused by this.
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: Problems with lists.ticalc.org
|
RCTParRoThEaD_
(Web Page)
|
Whoa, like 40 posts got deleted. C00l.
|
|
3 November 2002, 19:13 GMT
|
|
Re: Problems with lists.ticalc.org
|
lord_nightrose
(Web Page)
|
Time for the weekly report on Kerm Martian!
According to Boards2Go.com, his forums were DELETED FORCEFULLY (NOT by him) because of GAY PORN content. Wow, Kerm. I applaud you for being the most disgusting person I have ever met.
Also, if you look through the source to his supposed 'mouse driver' (which he generously provided us with), you will notice the following code:
ld de,8e29h
Now, I can't say that I know TI-83 assembly, but I can say that I know you can't load 8e29h into a single byte. That would be 36,393. If he's trying to load this in two consecutive registers (d & e) by splitting it up in powers of 16, well then I'm STILL sure this won't work, because assembly isn't that FLEXIBLE. In fact, assembly is anything BUT flexible.
good luck EVER compiling that code, Kerm. there's no way we'll know whether the driver you released is just an empty assembly program or not, since we DON'T HAVE MICE, and DON'T HAVE TICI (since it doesn't WORK). As far as we know, your 'driver' might simply delete the memory of the calculator.
|
|
3 November 2002, 19:48 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Problems with lists.ticalc.org
|
benryves
(Web Page)
|
Whoops (bugger).
Okay then:
00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10, 11, 12, 13...
I am just unable to see C7 and say that it equals xxx. You see?
|
|
10 November 2002, 12:12 GMT
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Problems with lists.ticalc.org
|
Timendus
(Web Page)
|
Still, some things aren't right:
; Funny code starts
MOVE_X:
ld a,d
cp 16d
jp m,MOUSE_LEFT ; what the f...?
jp MOUSE_RIGHT
MOVE_Y:
ld a,d
cp ; Yeah........
MOUSE_LEFT:
call MOUSE_PUTMSE
ld a,(mse_x)
dec a
; Rest of code
And I haven't even started searching...
It looks cute though. Aren't these...
; More code
SENDBYTE:
ld a,11d
ld (ASM_IND_VALUE),a
ld a,b
call _IO_EXEC
ret
RECBYTE:
ld a,22d
ld (ASM_IND_VALUE),a
call _IO_EXEC
ret
; End of more code
...the internal linking routines provided by Ti? Hardly usefull for sending a byte from one calc to another, so how and why should a PS/2 mouse understand the Ti protocol?
Anyway, who am I to criticize? I havent actually tested it...
|
|
5 November 2002, 16:40 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11
You can change the number of comments per page in Account Preferences.
|