Example programs written for AmigaOS
Go to file
Wei-ju Wu f69b3a8ee4 restructured source tree 2016-01-16 13:45:15 -08:00
assembler added disassembling for cmp 2015-01-01 23:41:18 -08:00
blitplay merged blitplay repository 2015-11-30 15:24:58 -08:00
devices cleaned up and clarified behavior of the timer device and how to properly clean it up 2013-02-27 19:36:20 -08:00
fdtool fix: word mistakenly crept into module specifier 2015-11-02 19:34:30 -08:00
hunktools restructured source tree 2016-01-16 13:45:15 -08:00
iffview restructured source tree 2016-01-16 13:45:15 -08:00
intuitoy1 restructured source tree 2016-01-16 13:45:15 -08: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 integration with DOS 1.x 2016-01-16 13:36:19 -08:00
utils decoder checks more valid rom sizes 2015-05-13 13:27:46 -07:00
.gitignore initial version 2013-02-26 22:23:48 -08:00
README.md updated README files 2013-02-27 20:18:31 -08:00
gpl-3.0.txt initial version 2013-02-26 22:23:48 -08:00

README.md

Amiga Stuff

Description

A random collection of my Amiga related programs, mostly written for AmigaOS on classic Motorola 68k hardware.

Since I have 9 Amiga computers of various models (1000, 500, 1200, 4000) spread around my house, I figured I should put them to good use. It also has the nice side-effect that I learn to develop for AROS, AmigaOS 4.x and MorphOS as well.

Most code was developed with the VBCC compiler on a GNU/Linux system, but I might add builds for GCC and SAS/C when it makes sense.

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

Might contain scripts in Python, Racket or Scala for certain tools, since these are my current tools of choice.