ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: Have you ever messed up someone elses calculator?
Error!
Failed to query database!

Re: Have you ever messed up someone elses calculator?
Michael Vincent  Account Info
(Web Page)

Oh yes I've messed up calcs...There was this one idiot at school who refused to stop bugging me for games, and kept forgetting how to run them. A quick connect of my calc to his and then a session of my LINKFUN program fixed that (see URL). Nothing feels better than wiping someone's archive.

Reply to this comment    12 June 2002, 22:21 GMT

Re: Re: Have you ever messed up someone elses calculator?
BullFrog  Account Info

I did something similar, without knowing it. This kid at school had an 86 and the first thing he would ask me was if I had games for his calc. He wouldn't leave me alone so I took it home and loaded it up with games. I put on this Final Fantasy game from the ASM section that turned out to freeze the calc making it necessary to take out all the batteries wiping the mem. He hasn't talked to me since. I voted the first one, by the way.

Reply to this comment    12 June 2002, 23:30 GMT

Re: Re: Re: Have you ever messed up someone elses calculator?
343GuiltySpark  Account Info
(Web Page)

Heh ... Will and I made that game. (Actually, he did the programming and put me as an author)

Reply to this comment    14 June 2002, 03:30 GMT


Thank you.
BullFrog  Account Info
(Web Page)

Well then, thank you and/or Will for making such a program to get the kid off my tail.

Reply to this comment    14 June 2002, 14:58 GMT


Re: Re: Re: Have you ever messed up someone elses calculator?
nolekid  Account Info

fortunately for me (or is it unfortunate) nobody at my school has an 86 but me, and none of the 83+ users trust me enough to let me take theirs home.

Reply to this comment    16 June 2002, 01:51 GMT

Re: Re: Have you ever messed up someone elses calculator?
Chickendude  Account Info
(Web Page)

It didn't work (the URL, not the program...)

Reply to this comment    12 June 2002, 23:36 GMT


Re: Re: Re: Have you ever messed up someone elses calculator?
Michael Vincent  Account Info
(Web Page)

It appears ticalc.org limited the URL length...

Reply to this comment    13 June 2002, 16:13 GMT


Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chivo  Account Info

That doesn't appear to be the problem, as I've seen longer URL's than yours. Just post it again, if you don't mind.

Reply to this comment    13 June 2002, 21:04 GMT

Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Michael Vincent  Account Info
(Web Page)

Trying again...

Reply to this comment    14 June 2002, 01:07 GMT

Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
BigRedDog  Account Info
(Web Page)

Works

Reply to this comment    14 June 2002, 18:36 GMT


Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
no_one_2000_  Account Info
(Web Page)

didn't work this time either (for me)

Reply to this comment    7 July 2002, 02:58 GMT


Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Olle Hedman  Account Info
(Web Page)

please!
I do NOT want to know about your *cough* URL *cough* experiences...

Reply to this comment    19 June 2002, 18:07 GMT

Re: Re: Have you ever messed up someone elses calculator?
Charlemagne Account Info
(Web Page)

I know how you feel when people always ask for games. What you do is give them something cheap, like a program that says "This is a game." then quits. Or, make a bunch of empty programs and name them things like "MARIO" or "TETRIS". That's fun.

Reply to this comment    13 June 2002, 00:13 GMT

Re: Re: Re: Have you ever messed up someone elses calculator?
benryves Account Info
(Web Page)

or, just:

:AsmPrgm
:3E70
:D388
:C9

w00t!
(It crashes!)

Reply to this comment    13 June 2002, 13:13 GMT

Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chivo  Account Info

That is

ld a,$70
out ($88),a
ret

So I guess writing 70h to port 88h causes the calc to crash?

Reply to this comment    14 June 2002, 21:17 GMT


Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chickendude  Account Info
(Web Page)

I tried with calcsys and it didn't crash (or am I just stupid?)

Reply to this comment    16 June 2002, 16:04 GMT


Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
benryves Account Info
(Web Page)

Maybe I got the 70h and the 88h the wrong way round- look in the 'Cool' text file. (If you look at my website ('web page' link) there is a program called 'Advanced Controls' that allows you to do funky things with your TI-83 Plus (output values to port, turn on fast circles, lowercase etc). One of the features is 'Reset RAM'. That uses the thing I said above.

Oh, I do not usually program in HEX- I normally use ASM and TASM with Devpac83. All I know in HEX are 3Exx (ld a,xx), D3xx (out xx,a) and C9 (ret). Try this:

:AsmPrgm
:3E60
:D310
:C9

(Or:
ld a,60h
out 10,a
ret
)

That shifts the screen up half-way. (Not permanent- turn off calc to reset).

Reply to this comment    17 June 2002, 12:28 GMT


Re: Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chickendude  Account Info
(Web Page)

ld a,77h
out (04h),a
That's what you put, I think...

Reply to this comment    18 June 2002, 18:38 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
benryves Account Info
(Web Page)

Sorry, not
out (10),a
but
out (10h),a

Reply to this comment    6 July 2002, 11:42 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
no_one_2000_  Account Info
(Web Page)

oh geez this is scary

Reply to this comment    7 July 2002, 03:02 GMT


Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chickendude  Account Info
(Web Page)

You can put just about anything, just leave C9 out and it crashes...

Reply to this comment    18 June 2002, 18:33 GMT

Re: Re: Re: Have you ever messed up someone elses calculator?
BigRedDog  Account Info
(Web Page)

That's why I made that link disabling program a long time ago... I wish I still had it... :(

Reply to this comment    14 June 2002, 18:37 GMT


Re: Re: Re: Have you ever messed up someone elses calculator?
TheCalcGenius  Account Info

While *your* doing that, make the fake MARIO or whatever compatible with MirageOS and lock it from the edit menu. That way it looks like it is ASM!

Afterwards, go give it to someone at school and sit in a chair with your feet on the desk until the person who got it gets mad. It's highly entertaining. After he gets mad, just say w00t! and he will shut up. It worked with one of my friends.

Reply to this comment    14 June 2002, 23:51 GMT


Re: Re: Re: Re: Have you ever messed up someone elses calculator?
nolekid  Account Info

or, make it on your computer and click the little box in the corner!

oh wait, then you could still tell if it was an asm prog or not from the regular prgmNAME menu.

Reply to this comment    16 June 2002, 01:53 GMT


Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
benryves Account Info
(Web Page)

For TI-83+ users:
You could make a blank ION game and put in after the ION header some 83 stype ROM calls:

call _clrlcdfull

or similar. (If you do not use the bcall(_) system, the calc will crash).
Compile them with names like 'Mario' or similar and send to their calc...

Or send the 83+ version of ION to a friend with an 83 calc- it won't work at all. (They tend to get annoyed. Shrug and say, 'well, your calc is too old and won't support ION. Too bad.')

Reply to this comment    17 June 2002, 12:32 GMT


Re: Re: Re: Re: Re: Re: Have you ever messed up someone elses calculator?
Chickendude  Account Info
(Web Page)

Ofcourse, cause it thinks you're tryin' to call that location. what's always fun is:

neverleaveloop:
bcall(_clrLCDFull)
bcall(_homeup)
ld hl,almostthere
bcall(_puts)
wait:
bcall(_getcsc)
cp 0
jr z,wait
jr neverleaveloop
almostthere:
.db "You're almost "
.db "there, a little"
.db "farther...",0

Reply to this comment    22 June 2002, 03:14 GMT


Re: Re: Have you ever messed up someone elses calculator?
no_one_2000_  Account Info
(Web Page)

The link doesn't work

Reply to this comment    7 July 2002, 02:57 GMT

1  2  3  4  5  6  7  8  9  10  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer