This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - calcdude84se
Pages: 1 ... 63 64 [65] 66 67 ... 161
961
« on: November 14, 2010, 01:27:53 pm »
DJ: 1540 KB to the nearest thousand is 2 MB I have to agree that it is one of the most useful things on my calculator
962
« on: November 14, 2010, 11:11:08 am »
We probably should figure out why it wasn't working (Mainly so that it doesn't happen again.) How does ConvRStr take its arguments? Does it take a pointer in hl to a series of characters, or something different? From how you are using it, it looks like it does. It also seems to advance hl, so you could have something like .db "64",0,"39",0 and convert two strings to hex. (Technically they aren't being converted to hex, but I can't think of a better description.) Your problem might be that you're using curRow and curCol (for the homescreen) when you should be using penRow and penCol (for the graphscreen). Anything I missed or got incorrect? (Your code is pretty vague, so I had to assume a lot.)
963
« on: November 14, 2010, 10:28:33 am »
Use a variable pointer to point to the data... I'm not sure I would have thought of that O_o That should work, ztrumpet! Now just to see what ScoutDavid thinks.
964
« on: November 14, 2010, 10:13:07 am »
That sounds useful. Might as well have a way to shorten almost every URL, not just one for posts
965
« on: November 12, 2010, 09:38:52 pm »
I second the request for "Goto LBLIf CONDITION" and Goto LBL!If CONDITION" Makes things much more compact, and something tells me the assembly code might be more efficient. ;Using If CONDITION:Goto LBL:End ;Check for condition puts results in, say, z jr nz,condition_false jp label condition_false: ;label is elsewhere ;Using Goto LBLIf CONDITION ;Check for condition puts results in, say, z jp z,label ;label is elsewhere A vast oversimplification, probably, but I'm thinking it could make things more efficient.
966
« on: November 10, 2010, 08:39:44 pm »
I prefer its predecessor Archive Utility, but I agree they can be very useful programs . Gives you another chance if you really didn't want to delete that program/appvar.
967
« on: November 10, 2010, 08:35:26 pm »
ludum rursus perdidi... Darn you (Translates as "I have lost the game again", btw.)
968
« on: November 10, 2010, 07:55:31 pm »
As far as I can tell, Scout's code disassembles to: loop: bcall(_PutMap) djnz loop So it displays up the same character up to 256 times. Nothing harmful, thankfully
969
« on: November 10, 2010, 07:42:48 pm »
To be technically correct, as I have explained elsewhere, a Pause 1 is a pause of 1, a Pause 2 a pause of 2, and so on. Same for any other number except 0. A Pause 0 is actually a pause of 65536 because of how it works internally. Yes, you can't represent 65536 in 16 bits, but it is a pause of 65536 nevertheless. A warning is probably a good thing though, and I second adding it. Waiting ~1 min is... long
970
« on: November 10, 2010, 05:23:12 pm »
Congratulations on the feature * calcdude recontemplates whether it is worth it to get an Nspire
971
« on: November 10, 2010, 05:19:31 pm »
The 3 7 cube has been solved, namely by the program's author. But for the 5 7... Good luck, sir
972
« on: November 10, 2010, 05:06:45 pm »
Or an alternative: allowing programs to define where the vars point.
Hm. I could see this being useful, but I'm not sure how you would define it, and I'm not sure how well the compiler could handle it... Also, perhaps For( could just be redefined to take an address instead of a variable? (Use For(°A,S,E) instead of For(A,S,E). This would also make for a more consistent For(L 1,S,E) instead of having to use {}) Edit: And you'd have to maintain backwards compatibility, as I just realized.
973
« on: November 10, 2010, 04:59:05 pm »
Nice to hear! Maybe we could hear more about your BASIC Shell? (Presuming that's what you mean by OS)
974
« on: November 09, 2010, 07:57:22 am »
They're still high... I got my 84+SE for less than they're selling the 83+ for. If it's not an error, it's most definitely a move by marketing for what someone (Deep Thought, I think?) said on the last page. Silly, silly TI
975
« on: November 09, 2010, 07:50:07 am »
Congrats everyone! I haven't been active lately (school's been getting the better of me), but nice to hear we've broken yet another record!
Pages: 1 ... 63 64 [65] 66 67 ... 161
|