cads

cads Git Source Tree

Root/README

1
2Ciaran's Amiga Development System
3---------------------------------
4
5This software provides a VERY basic cross-development system for the
6Commodore Amiga (specifically the Amiga 500) which allows assembly on
7the PC and direct transfer of the binary code via a serial link to an
8Amiga which is running the 'loader'.
9
10System requirements are Linux, with the GNU binutils assember for the
11m68k-elf target present at /opt/m68k
12
13More information can be found at http://ciarang.com/posts/cads
14
15Directories
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

Archive Download this file

Branches