0 Members and 1 Guest are viewing this topic.
*Sigh*can we keep this on topic? The topic is about what the big thing might be, NOT SEX
I would like to try my hand at programming in Axe, but I don't know precisely how to go about doing this. Anyone willing to give me a hand?
.HWORLDClrHomeDisp "HelloWorld"
Just keep in mind that Axe is totally different from BASIC.
Quote from: Deep Thought on December 20, 2010, 02:02:49 pmJust keep in mind that Axe is totally different from BASIC.Don't worry, that's the easy part. The hard part is getting over my (bad) habit of just jumping straight into things.
Quote from: holmes221b on December 20, 2010, 02:01:27 pmI would like to try my hand at programming in Axe, but I don't know precisely how to go about doing this. Anyone willing to give me a hand?8. You should set your options to the following:Backup: Auto-Backup;Shell: No-Shell;Lowercase: ON.
Quote from: ScoutDavid on December 20, 2010, 02:04:43 pmQuote from: holmes221b on December 20, 2010, 02:01:27 pmI would like to try my hand at programming in Axe, but I don't know precisely how to go about doing this. Anyone willing to give me a hand?8. You should set your options to the following:Backup: Auto-Backup;Shell: No-Shell;Lowercase: ON.use ion.It can be ran through mirage or asm(
Quote from: happybobjr on December 20, 2010, 03:45:11 pmQuote from: ScoutDavid on December 20, 2010, 02:04:43 pmQuote from: holmes221b on December 20, 2010, 02:01:27 pmI would like to try my hand at programming in Axe, but I don't know precisely how to go about doing this. Anyone willing to give me a hand?8. You should set your options to the following:Backup: Auto-Backup;Shell: No-Shell;Lowercase: ON.use ion.It can be ran through mirage or asm(I thought Asm( only supports no-stub... (the "no shell" option in Axe)
Basically, if you're going to code Axe on your calc, backup and archive EVERYTHING, then try not to write data to random parts of RAM. If you do that, you should be mostly fine. The occasional (or in some cases, frequent) RAM crashes will then be mostly harmless.