Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Miscellaneous question
|
Tuong Nguyen
|
Anyone know what website that let you download free software that I can program APP from my Window computer?
I have try Zilog.com, but they ask for a registration key, and I don't have one.
|
|
31 May 2004, 20:22 GMT
|
|
Scrolling Manu in Basic
|
Tuong Nguyen
|
Is it possible to have a scrolling menu in TI-83+ Basic program becice the graph creen? It yes, help me.
|
|
31 May 2004, 20:25 GMT
|
|
Re: Miscellaneous Ideas
|
David Wisecup
|
Ok any programmers out there that are bored listen up...i think a great idea would be if someone made a program which hides everything on your memory or whatever...purpose is so teacher wont come around and link up with my calculator and delete all my formulas or whatever before a test. anyone? or has someone else came up with this idea anyways please help. thanks.
|
|
2 June 2004, 02:38 GMT
|
|
Miscellaneous Ideas
|
Tuong Nguyen
|
Hi, I got this idea about how to create an APP for TI-83+ & TI-83+ SE that give you calculator a ability to use Greek symbol and sign. You can use it anywhere on the TI-OS, by pressing MODE twice, you are able to see this menu screen that show all the Greek symbol and sign. I need some information on how to create and APP that can do this.
|
|
8 June 2004, 22:36 GMT
|
|
Alpha+On
|
David Tolnay
|
I really need someone to write and assembly program that activates the Alpha+On key hook on a TI-83 Plus. In case you don't know, this is supposed to power the calculator off, but when you turn it back on, it returns to exactly where you left off. Thank you very much.
|
|
10 June 2004, 20:41 GMT
|
|
Windows Z80 Assembler Based On Mon83
|
Nick_S
|
as TASM and DevPac8x DO NOT seem to like WindowsXP emulating DOS i have an idea
someone make a WINDOWS EXECUTABLE(vb?) that has a assembling strcuture based offa mon83(works great and is simple)
here's how it would work
instead of a string(like the calc version used) it could "read" from a .txt., .asm, .z80, .etc. file and depending on the insrtuct and args make the
appropreate hex code and put that in a "blank"* .8xp file
[blank menaing it has no actual executed code
initially, but has the stuff in it that says, im a
compiled 83+ asm prog, etc. in it]
Id like some feedback on this idea
Good/Bad?
plz reply
|
|
24 June 2004, 05:20 GMT
|
|
Patching The TI-OS Routines
|
Nick_S
|
Has anyone ever tried to do this?
Make_grbuffcopy_!!FAST!!:
ld hl,ionfastcopy
ld de,_grbuffcopy
ld bc,ion_fcopy_end - ion_fcopy
ldir
ret
ion_fcopy:
;code for ionfastcopy here
ion_fcopy_end:
cuz if this works then I'd go out of my way find out
how all/most of the romcalls work, write FASTER
version of those routines(w/ identical outputs) then
I'd make a program that copies these routines into the
OS. If enough of the romcalls were overwritten
over execution speed of just about everything would go up
anyone think this is a good idea?
for one we could get rid of the portion of code that
perhibits user-defined tokens
(think,... OMNIcalc on OS>v1.14.. :D )
Anyone wanna give some feedback?
- Nick_S
"Mmm...byte-sized programs..."
|
|
24 June 2004, 09:37 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.
|