Author Topic: SPASM macro capabilities  (Read 1898 times)

0 Members and 1 Guest are viewing this topic.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
SPASM macro capabilities
« 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:
 
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
SPASM macro capabilities
« Reply #1 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)