1 / 6

Assembly Language Programming

Assembly Language Programming. Katie Horn. Designing Programs. Converting from C/C++ to Assembly-style thinking. Keeping a reference handy. Bad Form? Not anymore. Procedures: Go Modular. Debugging Assembly. Deep Hurting Near Brain And/Or Property Damage Not for the Weak.

more
Télécharger la présentation

Assembly Language Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Assembly Language Programming Katie Horn

  2. Designing Programs Converting from C/C++ to Assembly-style thinking. Keeping a reference handy. Bad Form? Not anymore. Procedures: Go Modular.

  3. Debugging Assembly • Deep Hurting • Near Brain And/Or Property Damage • Not for the Weak

  4. Debugging Assembly: A Strategy • Stare at it. • Yell at it. • Pointedly Ignore it for at least an hour. • Play Tetris • Watch Pro Wrestling • Glance at your code. • Ingest Caffeine • Repeat from beginning, as necessary.

  5. Likes/Dislikes: • What I like: • It will let you get away with darned near anything. • What I (used to) dislike: • It will let you get away with…. ect.

  6. Other stuff I like: • More control. • Closer to the Hardware. • Assembly: Anti-Java? • Assembly is Machine Specific. • Assembly is Fast.

More Related