Author Topic: Axe Library, Axiom, and Tool Collection  (Read 33475 times)

0 Members and 2 Guests are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Axe Library, Axiom, and Tool Collection
« Reply #30 on: September 18, 2016, 02:51:52 am »
Sounds useful!
Do you use a custom stack or do you use the normal cpu stack (so that you need to push/pop correctly before returning)?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Re: Axe Library, Axiom, and Tool Collection
« Reply #31 on: September 18, 2016, 09:36:51 am »
Sounds useful!
Do you use a custom stack or do you use the normal cpu stack (so that you need to push/pop correctly before returning)?
It uses a custom stack. (SP) like in assembly is where the current end of the stack is. I often use L4 for the stack.
I'm still around... kind of.

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: Axe Library, Axiom, and Tool Collection
« Reply #32 on: September 20, 2016, 07:21:49 am »
Good job E37  ;)