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

Pages: [1]
1
ASM / Re: Redesigning Menus
« on: September 14, 2013, 04:16:22 pm »
Thanks chickendude, that's what pretty much what I was asking for. :D But one question, why did you write your own print string function rather than use putS?

Also, thepenguin, did just you make that suite or did you have it already? If you just made it you are amazing. Just a small problem though, I had to download a newer version of spasm from the wabbit website for it to work.

2
ASM / Re: Redesigning Menus
« on: September 14, 2013, 01:44:57 am »
Sorry, I should explain more. What I want to do is get rid of the old menu all together (if possible) and just make my own from scratch. Probably have the top 5 buttons do some sort of function, like archive, delete, run, rename, and edit. Kinda like mirage, but simplified. So I assume using a menu hook might me more difficult than its worth.

I was thinking using a key hook could work, but i'm not sure exactly how to go about implementing it. If you haven't already realized i'm kinda a noob :P I could probably figure out the menu on my own, but with the more advanced stuff i'm lost.

Also, while i'm here, what would be the best way to write and test my code? I'm using mimas right now, which is nice, but has no debugging features. (Like I said i'm a noob).


And a little side note, I think you've sent me the links to your hooks 3 or 4 times now :D

3
ASM / Re: IDA Pro
« on: September 14, 2013, 01:27:20 am »
Ok sweet, all of that worked. Thanks! But one thing, i'm able to open programs and read them, but how would I modify them? (and save them, of course)

Edit: Yea... my "purchase"...

4
ASM / IDA Pro
« on: September 13, 2013, 08:45:30 pm »
How would I set up IDA pro for a ti 84? I have an older version of IDA (6.1.1) if that makes any difference.

5
ASM / Redesigning Menus
« on: September 10, 2013, 11:24:47 pm »
So i've been playing with basic, axe, and assembly for a while now (i'm ok at everything  :P ), and I was wondering how difficult it would be to rewrite a menu that is part of the os. I really dislike the program menu and was hoping to "tweak" it a little. I haven't seen anything like it, and I know it will likely be very difficult, but it's something I want to work towards. Any way you guys can help?

**prepares for crushed dreams**

6
ASM / Re: Patching the OS
« on: September 03, 2013, 11:58:15 pm »
Wow, thank you so much guys, that is exactly what I was looking for. I'll take a look at those links and try figuring everything out (and yes, I do have some experience with the z80 processor). I'm not used to people being so helpful, thanks!

7
ASM / Re: Patching the OS
« on: September 02, 2013, 06:30:04 pm »
Haha kinda, thanks for helping but what I want is to learn how to write that or learn exactly how it works.

8
ASM / Re: Patching the OS
« on: September 02, 2013, 05:34:03 pm »
Thanks, but I want to do it myself and learn how everything works.

9
ASM / Patching the OS
« on: September 02, 2013, 05:27:22 pm »
I was wondering how I would write a simple patch, for example enabling lowercase letters or writing a hotkey (ex. mirage's on+apps). I know some assembly, so I won't be starting from scratch.

10
Axe / Re: Using "input"
« on: April 10, 2013, 12:23:51 am »
Perfect, because i'm probably going to need lots of it.

11
Axe / Re: Using "input"
« on: April 10, 2013, 12:06:34 am »
Wow thanks everyone. It's weird for me to get good responses from people, I guess i'm just used to crappy forums. ;D

12
Axe / Re: Using "input"
« on: April 09, 2013, 04:11:41 pm »
Ok, I think i'm just going modify my old routine and use that (which is in axe). While i'm at it, is there any good assembly tutorials for starters out there? I want to learn but I don't know where to start.

*Edit* I found http://ourl.ca/10913/207213, which is Hot Dog's Ti-83+ ASM Lessons, can I use the information from that for programming on the ti-84+?

13
Axe / Re: Using "input"
« on: April 09, 2013, 02:35:29 am »
Thanks for the complete reply, i'm really not used to that. So because of the difficulty using the input command (detokenizing), would it be worth doing some other type of input? I want to do some basic input, for example getting a characters name.

I've written a simple routine using getKey() before, but I was hoping this would be smaller or faster. I'll try out some of your suggestions tomorrow and see if I like it.

14
Axe / Using "input"
« on: April 09, 2013, 01:15:50 am »
Hello everyone, this is my first post on the forums and I hope no one yells at me for anything stupid.

I was just wondering if there is a problem with using "input", because whenever I try using it more than twice it clears my ram. I think I saw a post that said it was buggy, but I don't know if that is true in newer versions of axe. Any help would be appreciated :D

Pages: [1]