Search found 1514 matches

by King Harold
Mon 07 Aug, 2006 2:29 pm
Forum: Programming Help
Topic: [TI ASM] unexpected invalid dim error
Replies: 11
Views: 10022

84+ and no i didnt i just thought "oh ok i'll get pindutTI then" and did so so im testing with TI 83 flash debugger but i still dont get how i can get an error like this the fact that values <256 work make me think its something with a 8bits reg but it shouldnt since its hl which obviously...
by King Harold
Mon 07 Aug, 2006 12:49 pm
Forum: Programming Help
Topic: [TI ASM] unexpected invalid dim error
Replies: 11
Views: 10022

all i have to do is dump my rom then...
pindurTI says "Error invalid file format"

i forgot to mention, values >1 and <256 work fine
by King Harold
Mon 07 Aug, 2006 12:28 pm
Forum: Programming Help
Topic: [TI ASM] list input through ans
Replies: 6
Views: 6287

so basically it just throws the value in op1.
is that right?
edit: yes it is, problems solved
by King Harold
Mon 07 Aug, 2006 12:12 pm
Forum: Programming Help
Topic: [TI ASM] unexpected invalid dim error
Replies: 11
Views: 10022

thanx for optimizations, its just a test version though so i just threw some code together, as for where the error occurs: (edit in a min lol) uhm.. how do i set breakpoints.. (im using ti 83+ flash debugger is that bad?) also for some reason i get a duplicate label error when putting in more hten o...
by King Harold
Mon 07 Aug, 2006 11:22 am
Forum: Programming Help
Topic: [TI ASM] unexpected invalid dim error
Replies: 11
Views: 10022

[TI ASM] unexpected invalid dim error

i ran a test on my appvar program, well, everything ok (so far only making and deleting) but when you want a size of say 2000 it errors .nolist #include "ti83plus.inc" #define ProgStart $9D95 .list .org ProgStart - 2 .db t2ByteTok, tAsmCmp bcall(_RclAns) ; recall Ans ld hl,1 ; 1st element ...
by King Harold
Mon 07 Aug, 2006 9:29 am
Forum: Announce Your Projects
Topic: New Appvar utility
Replies: 20
Views: 11292

New Appvar utility

I know there are milions of them out there, but because im quite disapointed about the "rflib" i got from ticalc.org (doesnt store chars yet and FP storing seems a bit like wasting space to me, asm libs should be much over 1k and you can store a FP number as 9 integers) nor does it have th...
by King Harold
Mon 07 Aug, 2006 6:57 am
Forum: Programming Help
Topic: [TI ASM] list input through ans
Replies: 6
Views: 6287

thanx that looks like it should work what happens if you try to get an element that isnt there though? im guessing your screen gets filled with strage chars - calc turns off - ramcleared? or does it return 0 in OP1 or is there a "length of list in ans" function? Edit: actually, nvm that, i...
by King Harold
Mon 07 Aug, 2006 6:51 am
Forum: Program Ideas
Topic: Multi tasker app using interupts and parserhook
Replies: 20
Views: 27559

yes you can, but i bet there are atleast 2000 noobs somewhere (probebly on ticalc.org) that would like the idea.. and it seems like nice challange to make a multi tasker anyway.. but if you make it for asm it will be terribly hard to make it so that it is also safe and doesnt crash at random and you...
by King Harold
Sun 06 Aug, 2006 7:50 pm
Forum: Programming Help
Topic: [TI ASM] list input through ans
Replies: 6
Views: 6287

Ok, but where do i get the pointer?
Its in ans so like this?? ld hl,(ans)
that just isnt it..
thanx for that link anyway im sure it will help me in some way
by King Harold
Sun 06 Aug, 2006 3:17 pm
Forum: Program Ideas
Topic: Multi tasker app using interupts and parserhook
Replies: 20
Views: 27559

Multi tasker app using interupts and parserhook

Someone should make a multi tasker app that switches tasks like every n th interupt wich a parserhook that intercepts BASIC prog-commands with maybe even a priority function to make one prog get 90% and the other 8% (2% is just a guess but you have to lose some CPU to the switching) great for ppl th...
by King Harold
Sun 06 Aug, 2006 2:56 pm
Forum: Programming Help
Topic: A question...
Replies: 14
Views: 10281

I can't do anything that involves changing settings, since these are school computers. programs can do ANYthing you want them to do, it just takes more time and code to make it work and with school computers it usually isnt all that hard.. its just school afterall, i got the school's server to thin...
by King Harold
Sun 06 Aug, 2006 2:33 pm
Forum: Programming Help
Topic: [TI ASM] list input through ans
Replies: 6
Views: 6287

[TI ASM] list input through ans

I've been learning asm for some time (3 days now lol) But im learnin fast.. however, how does one store and access data that is in a list in ans? or a matrix? is it simply storing it to a .db somewhere? (it got me assemble errors but hey im a noob..) I'd also like to know how you read/write to/from ...
by King Harold
Sat 05 Aug, 2006 9:28 am
Forum: xLIB
Topic: bug like thing
Replies: 2
Views: 11328

thanx, and thanx
shall i test the other functions for homescreen clearing aswell?
by King Harold
Sat 05 Aug, 2006 7:25 am
Forum: xLIB
Topic: bug like thing
Replies: 2
Views: 11328

bug like thing

I found a bug with real(14 free ram
if you executes it from your home screen it partly clears it
(OS 2.41, TI-84+)