0 Members and 3 Guests are viewing this topic.
That text crashing was due to how arabic text width may get smaller with more chars, so not a possibility here
Does anyone know if writing to archive is bad for the memory?I have heard that repeatedly writing to archive will eventually damage it.On a different subject, how do programs like Doors find the names of all the programs (and how can I do that in Axe)?
Does anyone know if writing to archive is bad for the memory?I have heard that repeatedly writing to archive will eventually damage it.
On a different subject, how do programs like Doors find the names of all the programs (and how can I do that in Axe)?
Is it possible for a pointer to move itself as in A +10 -> A? I am using A as the pointer to a program.
I am trying to be able to read programs longer than 2^16 bytes.
I have been hunting around and I can't seem to fine a good tutorial on how to use the VAT.Can anyone give me a good tutorial? (I got lost at reading backward)
Also, does anyone have a list of all the OS memory location? (like the VAT is E9830 and E982E and the text pen is E86D7 and E86D8)Thanks!
What is the proper way to send data from one calculator to another?The Command List says "Send(" can send a byte, which is a number 0-(2^8)-1, but when I try to send a Variable and get the Variable with "Get->A"A doesn't have the value that was sended.I did loop Get, until A≠-1 but A wont change...
I did use the mini USB port.And I have to use the mini USB because the guys wnating to play the game(thats what im trying to create)only have the mini USB link cable.Is there really no way to send any data with that cable?