Example programs written for AmigaOS
Go to file
Wei-ju Wu 7746095dd7 requesters update
- scanning directory now adds the path parameter
 - file requester now sizes the requester according to the file list
   and window font
2016-01-17 22:08:58 -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
dontshout moved dontshout from separate repository to here 2016-01-16 14:00:10 -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 requesters update 2016-01-17 22:08:58 -08:00
utils moved amiga-imagetoolls content to this project 2016-01-16 13:54:37 -08:00
.gitignore initial version 2013-02-26 22:23:48 -08:00
README.md requesters update 2016-01-17 22:08:58 -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. 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.