Omnimaga

Calculator Community => Other Calculators => Topic started by: Halifax on August 06, 2007, 05:45:00 pm

Title: SPASM macro capabilities
Post by: Halifax on August 06, 2007, 05:45:00 pm
Alright I have been doing a lot of work on Massacre scripting and things and I have been working a lot with SPASM macros which provide immense possiblites.

I would like other people to contribute macros that they think are cool or useful. I will give a few examples of my own.

You will need:
http://group.revsoft.org/fcreate.inc

Also you won't need these includes, but they are awesome so try them out. I will explain them.

http://group.revsoft.org/app.inc
http://group.revsoft.org/arrays.inc

Alright first off I will explain what "app.inc" does. Basically it does what you would think it does. Helps you make Applications. Now I have to say making applications has never been easier than now. Of course you will have to know how to swap pages which isn't that hard, but this header eliminates everything else.

For example to make a one page application you would do this.

c1-->
CODE
ec1
#include "ti83plus.inc"
#include "app.inc"

defpage(0,"MyApp")

start:
 
Title: SPASM macro capabilities
Post by: DJ Omnimaga on August 26, 2007, 02:28:00 am
I thought I posted herer? o.oblink.gif

i guess i forgot to hit "Add reply" again when posting...

anyway this should be useful for new asm programmers, altough i am not planning to learn asm for now since i am out of calc stuff, but i think it would be cool if ppl posted some