Author Topic: Online Axe command index  (Read 49737 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Axe command index
« Reply #15 on: January 05, 2011, 02:12:44 pm »
It's suppose to run quite fast and have good uptime, but lately I've noticed times where it's running pretty slow. Yeah free hosting is probably the problem. When I can I'll buy an actual domain. Probably EeeZor.com or something though instead of future_history and just have my wiki as a subdirectory.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Online Axe command index
« Reply #16 on: January 05, 2011, 08:29:31 pm »
Ok, although a domain name won't make a difference on the speed. You would have to use a paid hosting plan to have more decent speed, most likely. On a side note I really need to update the first post at one point X.x

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Axe command index
« Reply #17 on: January 05, 2011, 08:33:47 pm »
Yeah it wont, although who you use to host you will.
Lol, yeah you might :P
/e

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: Online Axe command index
« Reply #18 on: February 09, 2011, 06:06:24 pm »
I don't think anyone has asked this before:
How does the Copy() command work?  I can't seem to get this to work.
« Last Edit: February 09, 2011, 06:06:39 pm by ralphdspam »
ld a, 0
ld a, a

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Online Axe command index
« Reply #19 on: February 09, 2011, 06:13:52 pm »
To use it, you need two pointer - the first one is where you're copying from, and the second is where you're copying to.
So if I wanted to copy part of what was in L2 to L1, I would do this:
Code: [Select]
Copy(L2,L1,401)
That copies 401 bytes starting from L2 over to L1.
« Last Edit: February 09, 2011, 06:14:13 pm by Michael_Lee »
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Online Axe command index
« Reply #20 on: September 10, 2011, 10:23:37 am »
*bump* URL changed. Any admins want to change it to http://eeems.omnimaga.org/files/Resources/program%20readmes/Axe/Commands.htm?
« Last Edit: August 13, 2012, 10:36:34 pm by Deep Thought »




Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Online Axe command index
« Reply #21 on: September 10, 2011, 10:47:59 am »

Offline baptystes

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Re: Online Axe command index
« Reply #22 on: September 14, 2011, 02:20:58 pm »
Hey, can you explain me how to use exactly the link port please, to send variable. Thank you
Snake, Pong, PapyJump, Sokoban, puissance 4, d'autres jeux type casse tĂȘte...

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Axe command index
« Reply #23 on: September 14, 2011, 03:08:14 pm »
*bump* URL changed. Any admins want to change it to http://eeems.omnimaga.org/Files/Resources/program%20readmes/Axe/Commands.htm?
forgot about this :P Which reminds me I need to update it don't I...
Hey, can you explain me how to use exactly the link port please, to send variable. Thank you
I don't think this thread is the best place to ask that question. How about starting a new thread so it's more noticeable.
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Axe command index
« Reply #24 on: September 25, 2011, 02:55:28 am »
So I've updated this twice now and hopefully I can continually do so.
If anybody else wants me to host any tutorials etc just let me know I can do so for you :)
/e

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Online Axe command index
« Reply #25 on: September 28, 2011, 11:09:09 pm »
Yes, this! When unitedti.org took away their subdomains Weregoose's awesome routines list got lost in history.




Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Axe command index
« Reply #26 on: September 29, 2011, 12:37:17 am »
Sure if you can get his permission for me then I'll host it no problem
/e

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Online Axe command index
« Reply #27 on: October 05, 2011, 12:50:46 am »
Kerm mentioned that he may host it.




Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Online Axe command index
« Reply #28 on: October 22, 2011, 11:27:25 am »
What's a buffer?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Online Axe command index
« Reply #29 on: October 22, 2011, 11:39:45 am »
Anything that's used as a chunk of scrap memory to deal with it before copying it somewhere. In this case the "buffer" and "back-buffer" refer to 768-byte chunks of memory Axe uses as a "working copy" of what goes on the LCD, so you can draw whatever you need to draw before copying it all to the LCD at once. buttsfredskin's writing a tutorial on it here.