Amitopia Amiga News Event Xtravaganza

gThere are many programming languages for the Amiga! But one of them is assembly and this programin language is very hard to learn on other platforms because of their complexity. Amiga on the other hand, gives you a much simpler enviroment to code in. Means that the Amiga gives you direct access to its hardware because of the nature of AmigaOS itself.

Hari Salokorpi have written a Crash course to Amiga assembly programming!

The 30th anniversary of Amiga inspired me to dig into Amiga programming. Back in Amiga’s golden era (late ’80s and early ’90s) I never had the chance to try this out since despite my relentless whining my parents wouldn’t get me one. Luckily later when I was studying at the uni, I managed to bargain one fine Amiga 500 specimen from the flea market at an affordable price of 20 euros.

Although Amiga as such is not that useful a platform to know these days, learning how to write programs for it can be very educational. Amiga as an environment is much simpler than (for instance) modern PCs. This makes learning low-level programming on it faster than on more complex environments. Although the hardware architecture is quite simple, it has some computer system design features that are still in use in modern environments as well such as DMA and interrupts. On top of being plain fun, writing assembly on Amiga teaches programming concepts that are usually hidden by higher-level languages and modern operating systems.

I’ve written this blog post together with Harri Salokorpi. We’ll walk you through an example that creates graphics on the display with a simple animation. We both hope this blog post provides a quick start to those who want to try out programming on this legendary device. However, we’re mostly going to use an emulator as a development environment, so the real device is not mandatory.

This is such an interesting thing to read for those of you that is interested in programming. Assembler is one of the hardest computer languages to code in, but at the same time it gives you way more speed and performance. This can be seen in the epic 3D Amiga demos that just shows how strong assembly is.

Read the “Crash course to Amiga assembly programming” here!

Source
Reaktor.com