Search found 1514 matches

by King Harold
Tue 08 Aug, 2006 6:06 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

if tabs count (they should, i have no aligning trouble with tabs)
by King Harold
Tue 08 Aug, 2006 5:50 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

yes it deletes it.. but after a look in the bat file i saw it isnt tasm who does that..

c:\asm\source\appvar.z80 line 0128: Label not found: (a)
c:\asm\source\appvar.z80 line 0128: Unknown token: (,)
c:\asm\source\appvar.z80 line 0128: Unknown token.

i still get this
by King Harold
Tue 08 Aug, 2006 5:20 pm
Forum: Announce Your Projects
Topic: New Appvar utility
Replies: 20
Views: 11762

cant we do this?
Image
although 300 would become 3 unless there is a real good algorithm
by King Harold
Tue 08 Aug, 2006 5:06 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

well.. inc x is illegal (tasm is odd sometimes), inc ix is ok, and for some reason it complains about either sub a,$7F or ld a,(OP1+1)
i had to count 127 lines for that, and somewhere i lost 1, so it could be either one
by King Harold
Tue 08 Aug, 2006 4:15 pm
Forum: Announce Your Projects
Topic: New Appvar utility
Replies: 20
Views: 11762

zeros are ok, but they have to be at the beginning, not the end 3 resulted in the name "Var30000" but the name is not the biggest issue, for some reason it doesnt read/write properly (maybe it writes OK, but doesnt read right, or the other way around, which both result in the output being ...
by King Harold
Tue 08 Aug, 2006 3:59 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

i mean, i get all-zero names when the inputs are like 100 or 200, kinda odd
by King Harold
Tue 08 Aug, 2006 3:39 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

i need to work backwards because otherwise 3, 30, 300, 3000 and 30000 will all result in the name "Var30000" because it starts with the 3 and cant put anything else then zero's in the rest.... i think looping over the number backwards should solve the problem, im not sure though.. this cod...
by King Harold
Tue 08 Aug, 2006 3:33 pm
Forum: Programming Help
Topic: [TI ASM] converting hex to number?
Replies: 5
Views: 7682

well i Could do that.....
but its worth messing around with the code for a month or more to come up with the asm alternative (a good method has allready been provided by chickendude)
by King Harold
Tue 08 Aug, 2006 3:09 pm
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

thanx loads, it works!
although it starts at the beginning and "appends" zero's
is there a way to turn it around and start at the end?
by King Harold
Tue 08 Aug, 2006 2:26 pm
Forum: Announce Your Projects
Topic: New Appvar utility
Replies: 20
Views: 11762

yes $30 equals the large font 0 (zero) that OP thing is a very good plan so i'll just mess around with the code untill it works, the newst problem however is unfortunately with the read/write functions.. edt: the routine works almost perfect, except that a number multiplied by 10^n will result in th...
by King Harold
Tue 08 Aug, 2006 1:50 pm
Forum: Programming Help
Topic: [TI ASM] something is wrong...
Replies: 4
Views: 4775

I had the sys routines thing only but now i have them both, thanx, and thanx again

+9 +3 is that +12 or is that a noob thought..
I can't get FlashToRam working :(
by King Harold
Tue 08 Aug, 2006 1:13 pm
Forum: Programming Help
Topic: [TI ASM] something is wrong...
Replies: 4
Views: 4775

sorry about the many topics, i had 2 thoughts: 1"lets not flood this forum.." 2"but its a different question.." unfortunately the second thought won. thanx i'll put it in - it wont make my code work though the problem lies in something else also, you can delete those topics right...
by King Harold
Tue 08 Aug, 2006 1:08 pm
Forum: Programming Help
Topic: [TI ASM] something is wrong...
Replies: 4
Views: 4775

[TI ASM] something is wrong...

my code it has become huge so im linking to it. I have tested it, it makes an appvar, it deleted appvars, it does the archive trick, but read/write does not work i dont know which doesnt work though, or maybe they both dont work. so im asking for help.. again.. sorry ppl :( also, if anyone here kno...
by King Harold
Tue 08 Aug, 2006 11:34 am
Forum: Programming Help
Topic: [TI ASM] storing data
Replies: 60
Views: 40172

after some thinking i decided that 2 ascii's isnt that bad and i'll keep them. (5 digits or 2 ascii's, well, with digits you know which one to delete, but since my program can do that.. what does it matter..)
by King Harold
Tue 08 Aug, 2006 10:09 am
Forum: Programming Help
Topic: [TI ASM] converting hex to number?
Replies: 5
Views: 7682

Ofcourse i could use disp hl, but i dont want to disp hl, i want to put it into to string to load as a name for an AppVar
that z80 bits thing looks like it should work though