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 - Xeda112358
Pages: 1 ... 247 248 [249] 250 251 ... 317
3721
« on: March 22, 2011, 03:36:45 pm »
You cannot use it with MirageOS because while the OS copies the program to 9D95h, MirageOS moves the program to 9D95h. Pretty much, if you delmem at 9D95h, you delete your program data for good (instead of deleting the copy).
3722
« on: March 21, 2011, 10:09:36 pm »
Hmm... I read that as having 99 folders... What does the 99 mean? EDIT:Never mind, 99 programs per folder
3723
« on: March 20, 2011, 09:45:25 pm »
Your words are like sanity. Fresh and much needed. Thanks, shmibs
3724
« on: March 20, 2011, 09:33:38 pm »
I agree and I also think that to keep data smaller, the program should undergo a "tokenization" process like with the TI-89. This way, data can be converted directly to bytes that the parser can work with.
3725
« on: March 20, 2011, 07:36:29 pm »
No, the leak occurs when you are running a program (not an APP). The reason is because the OS copies the program and when you use the same exiting routine as an APP or you use EF0850 (or a few other opcodes), the OS never readjusts the memory, creating a memory leak. So for example, running this code:
AsmPrgm EF0850C9
Will make you lose 4 bytes of RAM because the code is four byte long. If you run this:
AsmPrgm 210000 224B84 EF4645 EF0850C9
That will make you lose 13 bytes of RAM.
EDIT: Ninja'd :O
3726
« on: March 20, 2011, 06:01:26 pm »
If you execute 3E01D303 when you press Mode, that is what will happen If you use the EF0850, it will exit the program or App upon pressing On.
3727
« on: March 20, 2011, 05:52:49 pm »
What does that do?
3728
« on: March 20, 2011, 05:37:01 pm »
If you simply want to turn off the calc without exiting to the home screen, you can use Asm(3E01D303 I believe. I've never had to use it in an assembly program.
3729
« on: March 20, 2011, 01:33:32 pm »
I plan to I am trying to figure out how to combine a tunnel game and quadratic solver, though
3730
« on: March 20, 2011, 12:50:26 pm »
le français n'est pas ma premiere langue Je prends français depuis six ans, donc j'aime practiquer
3731
« on: March 20, 2011, 12:34:55 pm »
Maintenant, j'ai les autres projets pour le Z80 Et Scout....
3732
« on: March 20, 2011, 12:15:26 pm »
TI-BASIC, seulement? Désolé, j'ai donné seulement un coup d'œil (et si ma grammaire n'est pas la meilleure, désolé )
3733
« on: March 20, 2011, 03:40:40 am »
1152 bytes of that is a font set and bitmap and 582 bytes is a jump table, the rest is just tricky code my computer required about 10 to 15 minutes to decompile that with Assemblex
3734
« on: March 20, 2011, 03:37:45 am »
Awesome! I hope it stays active like this!
3735
« on: March 20, 2011, 03:33:24 am »
Yep My very first Axe program was this: Then I found that Axe inserted some data at the beginning, so all my calls were thrown off
Pages: 1 ... 247 248 [249] 250 251 ... 317
|