Example programs written for AmigaOS
Go to file
Wei-ju Wu 7f15fd6575 added the libraries subproject 2016-06-15 10:33:09 -07:00
assembler rearranged repository structure for tools 2016-01-27 12:58:24 -08:00
blitplay merged blitplay repository 2015-11-30 15:24:58 -08:00
devices added audio and scrolling_tricks 2016-06-13 08:49:14 -07:00
dontshout moved dontshout from separate repository to here 2016-01-16 14:00:10 -08:00
hardware startup and file requester change 2016-02-05 20:52:36 -08:00
iffview iffview: ILBM body decompression fixed 2016-02-18 20:34:20 -08:00
intuitoy1 restructured source tree 2016-01-16 13:45:15 -08:00
libraries/example_lib added the libraries subproject 2016-06-15 10:33:09 -07:00
mui added timer.device example 2013-02-27 14:35:07 -08:00
os13 updated Makefile for os13: VBCC should always link with its own version of amiga.lib to avoid funny C standard library effects 2013-02-27 19:41:25 -08:00
requesters added missing dos compat files to requester project 2016-06-15 10:26:00 -07:00
scrolling_tricks added missing dos compat files to requester project 2016-06-15 10:26:00 -07:00
utils added audio and scrolling_tricks 2016-06-13 08:49:14 -07:00
.gitignore some refactorings for cleanup 2016-06-14 13:14:05 -07:00
README.md requesters update 2016-01-17 22:08:58 -08:00
gpl-3.0.txt

README.md

Amiga Stuff

Description

A random collection of my Amiga related programs, mostly written for AmigaOS on classic Motorola 68k hardware. This is for the purpose of learning and sharing with other programmers in the Amiga community, so we can spread an improve the understanding in order to write better software for our platforms.

Since I have number of classic Amiga, AmigaOS 4, MorphOS and AROS machines spread around my house, I figured I should put them to good use, deepen my understanding of these systems and improve my C and general programming skills.

The C code was developed with the VBCC and gcc compilers on a GNU/Linux system using the C99 setting.

I think that cross-compiling is the most effective way to program the Amiga - commodity systems for development, vintage custom systems for deployment.

There are also scripts in Python, Racket or Scala for certain tools that prepare and process data.