Author Topic: I guess this is me?  (Read 11740 times)

0 Members and 1 Guest are viewing this topic.

Offline MrFinn

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 5
  • Rating: +0/-0
    • View Profile
I guess this is me?
« on: May 03, 2012, 05:14:08 pm »
i have been making basic programs for years that get as large as 7000 ram. i would like to learn asm so that stuff runs faster. thats about it :)

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: I guess this is me?
« Reply #1 on: May 03, 2012, 05:24:18 pm »
Cool, welcome :D
Have some peanuts!
!peanuts

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: I guess this is me?
« Reply #2 on: May 03, 2012, 06:46:36 pm »
Welcome to Omnimaga! We all hope that you enjoy your stay here. (And learn some asm :D)
Here are your peanuts.

!peanuts

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: I guess this is me?
« Reply #3 on: May 03, 2012, 06:53:33 pm »
Axe Parser is a good choice too. Much faster than BASIC, and it's far easier to program with on your calculator. (Most Asm programmers use a PC because the tools are better) It's also easier to learn.

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: I guess this is me?
« Reply #4 on: May 03, 2012, 10:13:02 pm »
Heya and welcome to the forums. I hope you enjoy your stay. Don't hesitate to show us your games and programs when you can :)

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: I guess this is me?
« Reply #5 on: May 03, 2012, 10:26:24 pm »
Welcome on Omnimaga!
« Last Edit: May 03, 2012, 10:26:39 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: I guess this is me?
« Reply #6 on: May 04, 2012, 01:01:24 am »
Axe Parser is a good choice too. Much faster than BASIC, and it's far easier to program with on your calculator. (Most Asm programmers use a PC because the tools are better) It's also easier to learn.
Grammer is to be considered too ;)

Anyway, welcome here :)
!peanuts
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: I guess this is me?
« Reply #7 on: May 04, 2012, 01:13:34 am »
i guess it is!
and axe and grammer are both very useful, but if you feel like learning asm, go ahead and try it! we wouldn't have other tools unless people did =)
oh, and moar peanuts!

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: I guess this is me?
« Reply #8 on: May 04, 2012, 06:14:17 pm »
Hmm, maybe Graxembly... Though I am partial to Grammer, personally >.>
* Xeda112358 runs
But in all seriousness, if you want to learn assembly, go for it :D If you want to take an intermediate step, though, I think Grammer or Axe will be a really good choice. They do give you a good introduction to some key concepts in assembly :) I won't be around after tomorrow morning for a while (no internet), but there are some pretty knowledgeable Grammer coders around and tons of Axe and Assembly coders :)

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: I guess this is me?
« Reply #9 on: May 04, 2012, 06:38:31 pm »
I would probably not recommend making a program using both Grammer and Axe at once, though, because if both apps are 2 pages huge, that doesn't leave a lot of free space to program large games. X.x

Or worse: Grammer, TI-BASIC with xLIB/DCS and Axe at once O.O

But yeah if you have any questions, feel free to use the help section on the forums and people will be happy to answer if they can help. :)
« Last Edit: May 04, 2012, 06:39:03 pm by DJ_O »

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: I guess this is me?
« Reply #10 on: May 04, 2012, 06:41:14 pm »
Hehe, I think in a few hours I will release another version of Grammer. I will include a program that will let you call the Grammer interpreter in a BASIC program and execute Grammer code+BASIC in one program >.>
That means you could make a single program using xLIB/CelticIII/DCS+BASIC+Grammer :D

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: I guess this is me?
« Reply #11 on: May 06, 2012, 09:59:30 pm »
If you do that, I'm betting someone will troll and release a guessing game that is 200 bytes large but takes the entire calc archive due to all the dependencies <_<

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: I guess this is me?
« Reply #12 on: May 07, 2012, 11:59:37 pm »
Hehe, I think in a few hours I will release another version of Grammer. I will include a program that will let you call the Grammer interpreter in a BASIC program and execute Grammer code+BASIC in one program >.>
That means you could make a single program using xLIB/CelticIII/DCS+BASIC+Grammer :D
add the Asm programs on that one as well. :P
Sig wipe!