Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
ASM in calc!
|
Trey Juni
|
I know how to do assembly in the calculator with out a computer or link. You can also download some files without the link this way as well! it's soo cool!!!
|
|
11 May 2004, 23:55 GMT
|
|
ASM help!!!
|
russianspy2114
|
whenever i try to display text it comes out funny, usually offset
plz help!!!
|
|
12 May 2004, 00:22 GMT
|
|
new 83+ OS?
|
Caboose
|
Has anyone even attempted to make an OS for the 83+ made to completely replace the TIOS? Some thing along the lines of pedrom for the 89. this may be a stupid question
|
|
14 May 2004, 01:02 GMT
|
|
TI89 Custom menu Grabber
|
shkaboinka
(Web Page)
|
I like to change my cutom menu to list all my games and util/tool programs, and all the ee units I use...
but it is a PAIN to have to re-type it everytime I want to change it! Somebody needs to make a program that grabs the command to put the custom menu how it already is so that you can change something small!
|
|
14 May 2004, 17:05 GMT
|
|
more ASM help
|
russianspy2114
|
i'm trying a new way to do _getkey i saw in asmguru but it doesnt seem to work (i made the prog myself)
here is the source:
#include ti83plus.inc
.org 9D93h
.db $BB,$6D
bcall(_clrlcdfull)
bcall(_runindicoff)
ld b,47
ld c,32
ld d,1
bcall(_ipoint)
getkey:
ld d,0
ld a,0FFh
out (1),a
ld a,0FEh
in a,(1)
out (1),a
cp kleft
jp z,left
cp kright
jp z,right
cp kup
jp z,up
cp kdown
jp z,down
ld a,0FFh
out (1),a
ld a,0FDh
in a,(1)
out (1),a
cp kclear
jp quit
jp getkey
left:
bcall(_ipoint)
ld d,1
dec b
bcall(_ipoint)
right:
bcall(_ipoint)
ld d,1
inc b
bcall(_ipoint)
up:
bcall(_ipoint)
ld d,1
inc c
bcall(_ipoint)
down:
bcall(_ipoint)
ld d,1
dec c
bcall(_ipoint)
quit:
ret
.end
END
can someone help me?
thx
|
|
14 May 2004, 19:31 GMT
|
|
asm help plz
|
russianspy2114
|
can someone show me how to scan specific areas of the calc for keypresses for the 83+
i would really appreciate it
|
|
16 May 2004, 01:02 GMT
|
|
Basic Shell (LightsOn)
|
Ryan Nazaretian
|
Hello, I am working on a BASIC format shell for the TI-82, since I do not know assembly format, I prefer to use basic. LightsOn is a Windows based shell, only with a different look (did not want to copy Windows). I have been programming it for a month now, and if anyone would like to help me on it, I would be glad. If you have any private comments, please contact me at twokool4me35@msn.com. I am 14 and have been programming for little over a year.
|
|
17 May 2004, 20:43 GMT
|
|
Re: Miscellaneous TI-83+ Ideas
|
Tuong Nguyen
|
I have this idea about an APP for TI-83+ that add more sign (such as @, $ % ^ &, ect.) to the TI-83+ using keyhook. That it'll help a basic programer while trying to write his email address but unable to make the "@" sign . Since I'm just a rookie and have no idea how to program it. Can you create such APP? You can email other programmer to help you on this.
|
|
31 May 2004, 20:17 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.
|