Author Topic: So I'd like to learn assembly  (Read 8944 times)

0 Members and 1 Guest are viewing this topic.

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
So I'd like to learn assembly
« on: December 06, 2011, 08:36:19 pm »
I know a lot of axe/BASIC, but very little of assembly, but I do want to learn it. Can anybody direct me to a good beginners manual or tutorial on learning the Assembly Language? Thanks so much guys :)
« Last Edit: December 06, 2011, 08:36:39 pm by saintrunner »
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: So I'd like to learn assembly
« Reply #1 on: December 06, 2011, 08:41:01 pm »
Asm?

Found this on google:
http://www.unitedti.org/forum/index.php?showtopic=9368


Links right back here to omnimaga
http://ourl.ca/4673
« Last Edit: December 06, 2011, 08:42:55 pm by epic7 »

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: So I'd like to learn assembly
« Reply #2 on: December 06, 2011, 08:41:57 pm »
The best (and most famous) guide I've found so far is Sean McLoughlin's Learn TI-83 Plus Assembly in 28 Days. You can read it online here.
« Last Edit: December 06, 2011, 08:42:17 pm by Deep Thought »




Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: So I'd like to learn assembly
« Reply #3 on: December 06, 2011, 08:44:16 pm »
Given your claimed skill level, I'd recommend the classic Learn TI-83 Plus Assembly in 28 Days (Eeem's also has it online here)
After you've tried to understand it, feel free to come back with questions.
Edit: ... And my post is almost exactly the same as Deep Thought's. <_<
« Last Edit: December 06, 2011, 08:44:54 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: So I'd like to learn assembly
« Reply #4 on: December 06, 2011, 08:44:22 pm »
Thanks :) And do I need an app, like Axe needed the axe parser?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

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: So I'd like to learn assembly
« Reply #5 on: December 06, 2011, 08:44:58 pm »
Hot_Dog also made a pretty useful (and easy :P) set which I've gone into pretty far myself, found in its sub-forum. :)
« Last Edit: December 06, 2011, 08:45:15 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: So I'd like to learn assembly
« Reply #6 on: December 06, 2011, 08:47:07 pm »
Thanks :) And do I need an app, like Axe needed the axe parser?
Nope, you don't. Just follow the directions in the tutorial. I'd recommend Brass or SPASM2 over TASM, though.
Edit: And if you do happen to find Learn 83 Plus Assembly too difficult, I guess Hot Dog's tutorial is an option.
« Last Edit: December 06, 2011, 08:47:54 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

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: So I'd like to learn assembly
« Reply #7 on: December 06, 2011, 08:47:22 pm »
Thanks :) And do I need an app, like Axe needed the axe parser?
Nope. Assembly is almost always coded on a computer and assembled with an assembler like Spasm. You could also use Mimas to type and assemble assembly directly on a calculator.

EDIT: Ninja again, this time calcdude over me <_<
« Last Edit: December 06, 2011, 08:47:44 pm by Deep Thought »




Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: So I'd like to learn assembly
« Reply #8 on: December 06, 2011, 08:48:58 pm »
O.O you can program asm on calc? is it as good as on the computer?

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: So I'd like to learn assembly
« Reply #9 on: December 06, 2011, 08:50:21 pm »
Parser, Mimas is one of a kind and useful if you don't have a computer, but it does lack some useful features of standard PC text editors. I personally don't use it except to test very small things.
« Last Edit: December 06, 2011, 08:50:34 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: So I'd like to learn assembly
« Reply #10 on: December 06, 2011, 08:50:35 pm »
O.O you can program asm on calc? is it as good as on the computer?
No, computer is better. Mimas is pretty good for quickly making small programs, though.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: So I'd like to learn assembly
« Reply #11 on: December 06, 2011, 08:55:06 pm »
so I guess I could use Mimis to learn right? cause for a while they will all be small programs
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

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: So I'd like to learn assembly
« Reply #12 on: December 06, 2011, 08:58:21 pm »
so I guess I could use Mimis to learn right? cause for a while they will all be small programs
You probably want to learn on a computer, though; it'll be easier for you.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: So I'd like to learn assembly
« Reply #13 on: December 06, 2011, 08:59:00 pm »
Small in my experience means <100 LOC. Mimas makes it painful to work with when it's larger than that. Feel free, but the moment you want to do anything more interesting you'll need to set something up on a computer.
« Last Edit: December 06, 2011, 08:59:27 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: So I'd like to learn assembly
« Reply #14 on: December 06, 2011, 08:59:08 pm »
Yeah I guess so. Well thanks guys I appreciate all the help :)
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES: