Author Topic: Nothing is working  (Read 14027 times)

0 Members and 1 Guest are viewing this topic.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nothing is working
« Reply #15 on: October 21, 2011, 09:03:52 pm »
Now it works!

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Nothing is working
« Reply #16 on: October 21, 2011, 09:04:28 pm »
hooray!!!
what did you do different?

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nothing is working
« Reply #17 on: October 21, 2011, 09:06:09 pm »
I did Asm(prgmPROGRAM instead of just prgmPROGRAM

Thanks for the help!

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Nothing is working
« Reply #18 on: October 21, 2011, 09:06:38 pm »
Anytime ;D

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nothing is working
« Reply #19 on: October 21, 2011, 09:09:45 pm »
I noticed if I understood what you said in the second post, that it would have solved it then :P

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: Nothing is working
« Reply #20 on: October 21, 2011, 09:55:12 pm »
All assembly programs must be run with Asm( when you run them from the home screen. (Axe compiles to assembly and has nothing to do with TI-BASIC.)




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
Re: Nothing is working
« Reply #21 on: October 21, 2011, 10:08:48 pm »
On a side note epic7 welcome to the forums :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Nothing is working
« Reply #22 on: October 21, 2011, 10:31:25 pm »
i usually prefer getkeyr to doing either a Pause or a Repeat getkey:End loop. It's smaller. and looks better.

Edit: im not sure about speed in comparison, but i just use it for debugging anyways, so that doesnt matter for me.
« Last Edit: October 21, 2011, 10:32:05 pm by C0deH4cker »

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Nothing is working
« Reply #23 on: October 21, 2011, 10:31:37 pm »
All assembly programs must be run with Asm( when you run them from the home screen.
Unless you're using something along the lines of zStart, NoShell, CalcUtil, DCS, etc :D
« Last Edit: October 21, 2011, 10:31:53 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Nothing is working
« Reply #24 on: October 21, 2011, 10:32:22 pm »
I use zStart and DCS7.

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
Re: Nothing is working
« Reply #25 on: October 21, 2011, 10:33:15 pm »
Yeah I like the latter because of the no requirement for Asm and running from archive/homescreen. I didn't try zStart yet, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Nothing is working
« Reply #26 on: October 21, 2011, 10:37:10 pm »
zStart is pretty epic ;)

It was kind of funny when I used dcs, I used like two or three functions and after a few crashes I got tired of it :P
« Last Edit: October 21, 2011, 10:37:23 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Nothing is working
« Reply #27 on: October 21, 2011, 10:51:20 pm »
with DCS, there are some VERY annoying bugs. for example, when i was making my maze engine in xLIB, i was making levels (external programs). the engine is prgmMAZE, and the mazes are like prgmMAZE#. When i would edit prgmMAZE0 or prgmMAZE1, it would delete prgmMAZE, even if it was in archive. so i think im gonna switch back to MirageOS.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nothing is working
« Reply #28 on: October 21, 2011, 11:40:01 pm »
Also, what's a subroutine?

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Nothing is working
« Reply #29 on: October 21, 2011, 11:40:40 pm »
I think subroutine is a equivalent of subprograms in TI-BASIC.
Sig wipe!