Welcome, Guest. Please login or register.

Author Topic: Programming Like it was 1985!  (Read 3066 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hattig

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 901
    • Show all replies
Re: Programming Like it was 1985!
« on: April 14, 2010, 04:13:56 PM »
Most Amiga software was written in assembly, or in C (with inline assembler) using the old venerable Lattice C compiler set. The Amiga custom hardware really helped, once you knew how to utilise it.

These days the best assembly language to learn is ARM, in my opinion, if you want to use it in your career. For a hobby you could learn 6502 or Z80 8-bit assembler, then 68000. It gives you a good understanding of what happens on the metal.