Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Assembly language tutorials?

i have a TI 84+SE and BASIC runs too slow for me, if you know of any good Assembly tutorials or programs, i cant figure out TASM or any of that, i do have Dev-C++ compiler, and i was wondering if that could compile Asm. lang., just using different headers. ive tried the "assembly language in 28 days!" and once more, got stuck at the assembly part. bassically im looking for a program more or less, but i would like the tutorial more, thanks ahead of time,

2 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    I don't know if this will help you or not? Below is a link to lots of tutorials, some examples and tips on assembly programming. Problem is they are specific to PPC computers. You may or may not find some useful tutorials and information there.

  • 5 years ago

    First I'd ask WHY you want to use assembly language? Most optimizing compilers today produce code that is just as fast as assembly. Most compiler for C++ are especially optimized and incredibly easier to maintain than assembly code. But if you really need to know assembly, you'll have to figure out which processor you'll be using. Each processor has its own set of commands, and some chips, like RISC chips, require you to memorize that some operations require a no-op cycle after some commands, like an add. Most are really complex, so I don't recommend it. Find out what processor you want to learn assembly for, then Google it with "tutorial". If that doesn't work, contact the chip manufacturer. HTH

Still have questions? Get your answers by asking now.