| 1 | ␊ |
| 2 | Ciaran's Amiga Development System␊ |
| 3 | ---------------------------------␊ |
| 4 | ␊ |
| 5 | This software provides a VERY basic cross-development system for the␊ |
| 6 | Commodore Amiga (specifically the Amiga 500) which allows assembly on␊ |
| 7 | the PC and direct transfer of the binary code via a serial link to an␊ |
| 8 | Amiga which is running the 'loader'.␊ |
| 9 | ␊ |
| 10 | System requirements are Linux, with the GNU binutils assember for the␊ |
| 11 | m68k-elf target present at /opt/m68k␊ |
| 12 | ␊ |
| 13 | More information can be found at http://ciarang.com/posts/cads␊ |
| 14 | ␊ |
| 15 | Directories␊ |
| 16 | -----------␊ |
| 17 | ␊ |
| 18 | boot-test - A simple boot test, not directly related to cads␊ |
| 19 | loader - The actual loader. Run the 'a' script to assemble,␊ |
| 20 | link and send to the Amiga in ADF format. A suitable␊ |
| 21 | disk writer must be running at the other end.␊ |
| 22 | test - A simple test program that uses the loader. Boot the␊ |
| 23 | amiga from a loader disk, then run the 'a' script and␊ |
| 24 | this code should run.␊ |
| 25 | scripts - Python scripts for a) sending an ADF (Amiga Disk Format)␊ |
| 26 | file across the serial link to the Amiga, and b) sending␊ |
| 27 | binary code directly to the waiting loader.␊ |
| 28 | ␊ |
| 29 | |