m68k development resources
Hacking on m68k machines
Table of Contents
Generic m68k
Tools
- A Python 2/3 package to write m68k system emulators => https://github.com/cnvogelg/bare68k
Atari ST
Books
- Atari ST Books => https://commodore.bombjack.org/atari-st/atari-st-books.htm
Information
- Atari ST Document Archive => https://docs.dev-docs.org/
- Programming languages => https://www.atariuptodate.de/en/progs/
- information about ST Floppy disks from a software "point of view" => https://info-coach.fr/atari/software/FD-Soft.php
Source Code
- A collection of Atari ST Source code => https://gitlab.com/ggnkua/Atari_ST_Sources
- TOS emulator for Linux/68K => https://github.com/ocgis/otosis
Tools
- A humble .elf to ST .prg binary converter => https://gitlab.com/ggnkua/brownout-git
- Fast cross assembler for all Atari computers, from 8 bits to 64. => https://gitlab.com/ggnkua/rmac-mirror
Amiga
Books
- Classic AmigaOS Programming => https://www.edsa.uk/blog/paperback-now-available-on%C2%A0amazonthe-days-of-researching-wr
Information
- AmigaDOS Commands => http://www.pjhutchison.org/emulation/uae_amigados.html
- AmigaDOS Introduction => https://wiki.amigaos.net/wiki/AmigaDOS_Introduction
- AmigaOS Manual: AmigaDOS => https://wiki.amigaos.net/wiki/AmigaOS_Manual:_AmigaDOS
Source Code
- IXEmul Posix Layer for AmigaOS => https://github.com/bebbo/ixemul
Tutorial
- Retrocoding: Amiga, C, graphics.library und timer.device => http://www.kaiiv.de/retrocoding/1/
- Amiga C Tutorial => http://www.pjhutchison.org/tutorial/amiga_c.html