ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Miscellaneous Ideas
Miscellaneous Ideas

Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.

  Reply to this item

ROM disassembler
burntfuse  Account Info

Why doesn't someone write a Windows or DOS app to disassemble a ROM image file and generate a text file from it? That way, people could find bugs, possible enhancements, etc. I don't think that disassembling your own ROM image is illegal, as long as you don't distribute it (haven't been able to find any copyright notices about the TI-OS).

     3 July 2003, 22:05 GMT

Re: ROM disassembler
ViralX  Account Info
(Web Page)

You know, an easier way would just be to use the debugger in VTI. It disassembles it for you. You just have to know where to look ;)

<Vx>

     4 July 2003, 01:51 GMT


Re: Re: ROM disassembler
burntfuse  Account Info

Yeah, I have VTI. It's a great program, and it can, as you said, disassemble the ROM. Still, I would like something in a text file, to be easier to look at and searchable. I tried selecting multiple lines of code at once in the debugger in VTI to copy, but it didn't work.

     6 July 2003, 02:05 GMT


Re: ROM disassembler
ti_is_good_++  Account Info
(Web Page)

The DMCA allows NO COPYING. Under the USA PATRIOT act, a wiretap can be placed on your internet connection without any judicial order, and it moves with your phone #, so I would advise you not to try anything.

     4 November 2003, 21:26 GMT

Re: Re: ROM disassembler
Dooms_day Account Info

no it wouldn't, not if u have a cable modem. then ur safe

     8 November 2003, 19:30 GMT


Re: Re: Re: ROM disassembler
ti_is_good_++  Account Info
(Web Page)

Any wire can be tapped

     24 November 2003, 10:06 GMT


Re: copying
nicklaszlo Account Info
(Web Page)

It is not illegal to copy your own ROM as long as it stays in your own posetion, and you only use one copy at a time. This is called fair use. I think you need to read your laws more closely.

     14 December 2003, 00:09 GMT


Re: Re: copying
ti_is_good_++  Account Info

It is illegal to violate the EULA in any way. If you have a copy on the calc and it gets reflashed and you have a copy on the computer and it crashes, resulting in the software being wiped out, you cannot restore a backup of the computer to the hard drive because the backup is illegal (you had 3 copies instead of 2).

     27 December 2003, 04:48 GMT

Display_AHL needed!
burntfuse  Account Info

Could someone please write a routine to display ahl in the small font on the TI-86? The TI-OS API has a call that does it, but only in the large homescreen font! I tried modifying DisplayHL, but it didn't work. If anyone writes this, please e-mail it to me at straney@umbi.umd.edu.

     8 July 2003, 14:28 GMT


Re: Display_AHL needed!
burntfuse  Account Info

Please, won't someone write this!!!???? Please e-mail me also if you know of any existing routines like this!

     26 July 2003, 00:42 GMT


Re: Re: Display_AHL needed!
burntfuse  Account Info

Never mind-I found a TI-86 API call at $3d0a which formats ahl into a displayable string in OP1.

     26 July 2003, 21:40 GMT


Re: Re: Re: Display_AHL needed!
JohnC.  Account Info
(Web Page)

Lucky I read this becuase I was @ to email you the source to a 185 byte prog (compiled) that displays ahl in _vputs font, but the maximum # was $2AFFFF, 2818047d, so I wouldnt now if that could have helped you. I'm amazed that there is a call that will do something like that. How long did it take you to find it?

     27 July 2003, 06:54 GMT

Re: Re: Re: Re: Display_AHL needed!
burntfuse  Account Info

Thanks for responding anyways. I found the call by finding the menu address of the Memory menu, then finding the pointer for the RAM submenu, then setting breakpoints and looking at the stack pointer-after much hacking with VTI, I was able to pinpoint the call that formatted ahl as a displayable string in OP1.

     29 July 2003, 02:27 GMT


Re: Re: Re: Re: Re: Display_AHL needed!
burntfuse  Account Info

Sorry, I didn't read that carefully enough the first time-I though you had asked HOW I found it. :)

     10 August 2003, 02:48 GMT

Re: Re: Re: Re: Display_AHL needed!
burntfuse  Account Info

Actually, it's needed in the OS for displaying the amount of free memory-that's what I was trying to do with it for a system manager program.

     29 July 2003, 02:30 GMT


Re: Re: Re: Re: Display_AHL needed!
burntfuse  Account Info

Actually, could you please send me the source to that routine? I just want to see how it works.

     1 August 2003, 23:06 GMT

sprites
Sk0  Account Info

I recently took up asm, and all i know is basic stuffs. I really need to know the following:

given a sprite, such as

.db %10010101
.db %00100100
.db %00010011
.db %00111011
.db %11111111
.db %10010011
.db %10101010
.db %00000010

how would I make it draw on the screen and make it moveable with user input? No tutorial that I have EVER found even says what a sprite is! (but i know what a sprite is) I think hl is where the sprite goes and de is the coordinates, but I am not sure. Please help me out!!!

     10 July 2003, 22:46 GMT

Re: sprites
burntfuse  Account Info

The register inputs depend on the sprite drawing routine you use-to move the sprite, first erase the sprite by drawing a blank sprite at the same position or clearing the whole screen, then draw the sprite at a modified location.

     11 July 2003, 03:05 GMT


Re: sprites
burntfuse  Account Info

Actually, for very detailed info about this stuff, go to ti86.acz.org and click on the sprites link on the left side of the page.

     29 July 2003, 19:53 GMT

Spanish Translator
trakless Account Info
(Web Page)

I think a spanish translator for the 83+SE would be a great program. You can find a full dictionary, comma delimited by clicking the web link.

I would have made this myself, but I only program basic, which would have been slow and huge. The dictionary file is a little over 500K, and has about 35k entries.

(I know there are some translator programs out there, but they have very small dictionaries, and require you to type in additions by hand.)

     18 July 2003, 19:23 GMT


New Idea (Help)
michael8161990  Account Info

Ok, I really want to make a program that get the calculator;s id number and stores it to a string. i know that there is already one out there but it is seriously messed up! Besides I want to learn how to not use smeone elses. O Yeah it must be for 83 + BASIC.

To respond PLEASE EMAIL ME at mike8161990@yahoo.com
NOT the michael8161990 but mike... Thank You

     24 July 2003, 22:40 GMT


Re: New Idea (Help)
michael8161990  Account Info

I still need help for this

     3 September 2003, 14:32 GMT


Re: Re: New Idea (Help)
michael8161990  Account Info

come on people this has been up for a while so at least say i dont know

     7 September 2003, 17:34 GMT


hows this
twithchytweaker00  Account Info

uh,I dont Know
But what u could
do is post that all
over where you possibly
can whith your
e-mail and maybe
just mabe some
programmer
will see it and
show u you how...
ryanmcclain8740@yahoo.com

     5 October 2003, 19:35 GMT


Re: hows this
michael8161990  Account Info

thanks anyways

     9 October 2003, 03:06 GMT

1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  

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