Welcome, Guest. Please login or register.

Author Topic: Learning to code on the Amiga  (Read 7382 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Amiga1200PPC

  • Newbie
  • *
  • Join Date: Sep 2002
  • Posts: 25
    • Show all replies
Re: Learning to code on the Amiga
« on: November 16, 2003, 11:41:58 AM »
Forget it.
Coding in Asm is not recommendable.
Try at least C.
Even better would be something like C++, Modula2 or Oberon2.
If you don't know any high level language, your Asm or C programs will be utmost crap.
You program with a compiler language which are normally fast enough, if you really need hand written asm you simply rewrite some of the functions of your program in asm after it is running stable in the higher level language.