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 - jnesselr

Pages: 1 ... 135 136 [137] 138 139 ... 165
2041
ASM / Re: Executing "ret" twice?
« on: October 10, 2010, 09:55:25 am »
Yeah, not quite.  See, when you do a call, and I can't remember the exact addresses, but I think it stores the byte right after it, so that it would be on the ret or something. I'm not real sure, some other asm programmer could help you a little better.  I've always just used ret.  If you have a debugger, try following where the call is going, and if you can, what is on the stack.  I believe the TI-83 SDK has one.

Also, btw, if it went to the byte to label1, it would be the call for label2, which would call it, and then that would be an infinite loop.

Try this as a completely new program:
Code: [Select]
Label1:
push Label2
ret

Label2:
ret
This should exit the program because you are pushing the location of Label2 onto the stack, and then returning to it. Not sure, though. If that doesn't work, just push two zeros onto the stack, and run it with a ret. That should reset your calc, so beware.

2042
ASM / Re: Executing "ret" twice?
« on: October 10, 2010, 08:19:46 am »
Yeah, iirc, the last address is stored on the stack.  Try a pop into hl and then go to that address.

2043
TI-BASIC / Re: Sierpinski's Triangle
« on: October 08, 2010, 06:00:23 pm »
Okay, So I learned about the Sierpinski triangle in my 82 book. Anyway, it is created one of two ways.  The way used here is called the chaos game.  There is another one called Rule 90.

2044
Miscellaneous / Re: Don't spam!
« on: October 06, 2010, 09:46:37 pm »
It said he filed for bankruptcy, IIRL.

2045
Miscellaneous / Re: Don't spam!
« on: October 06, 2010, 09:14:35 pm »
* King Graphmastur tries to check his facebook, but remembers he doesn't have one.

Wow, that is insane.

2046
News / Re: The Game.
« on: October 05, 2010, 09:49:37 pm »
And you cannot even reach 16777216. At 16777215 your postcount can no longer increase as the board postcounts only supports 3 byte unsigned integers :P
Why not just have that change to an infinity sign?  And basically crown them king of all geeks.
Note: King Graphmastur hopes no one gets there so that he would never have to give up the throne. ;-)

2047
Web Programming and Design / Re: Pure, pure epicness
« on: October 05, 2010, 08:59:51 pm »
wow. Can you make it into a tinyurl or something that redirects to it?

Oh, I guess not. It appends localhost to it or something.  Either way, safari gave an error message, so I destroyed the error message. ;-)

2048
News / Re: Post Notifier
« on: October 04, 2010, 10:20:41 pm »
Excellent. But harddrive removal is scary to me. Do I have to remove the internal hard drive?

2049
News / Re: Post Notifier
« on: October 04, 2010, 10:18:49 pm »
Wait, so is there one for mac? (Too lazy to read the whole thing.)

EDIT: A Post notifier=one

2050
News / Re: Eeems is Back! Bearing jBOS2!
« on: October 04, 2010, 07:44:08 pm »
Welcome back! I assume that you are going to continue working on the KnightKernel with SirCmpwn.

2051
Wow. Omnom fail!

2052
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: October 03, 2010, 11:17:56 am »
Lol, he encrypted his sig with 1024 bit rsa. This is equivalent to breaking nspire security,  I don't remember how to get the public key from the file, though.  Either way, if you break his sig quickly, you can break the nspire key quickly.

2053
TI Z80 / Re: TAO: Unleashed (Progress)
« on: October 02, 2010, 10:25:11 pm »
Yeah, it was just working for me.  It seems to be on and off.

2054
Math and Science / Re: New RSA Algorithm discussion
« on: October 02, 2010, 10:17:08 pm »
If you have oppenssl, then this page can help here

If you have any more questions, feel free to ask.

2055
TI Z80 / Re: TAO: Unleashed (Progress)
« on: October 02, 2010, 09:51:05 pm »
Woo! "Screenshot" finally! I've been waiting for one :P Looking really cool. Wish you luck :)

Not to bring up the Quick Modify button again, but are you by chance using Chrome?
No, safari. And it is not a screenshot, but a mock one.

Pages: 1 ... 135 136 [137] 138 139 ... 165