From 0a4e44a85b01b42fca135a2c985dc04105e8333d Mon Sep 17 00:00:00 2001 From: Wei-ju Wu Date: Wed, 27 Feb 2013 20:18:31 -0800 Subject: [PATCH] updated README files --- README.md | 14 ++++++++++++-- fdtool/README.md | 12 ++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 fdtool/README.md diff --git a/README.md b/README.md index 2ab9e49..5681c6b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,17 @@ A random collection of my Amiga related programs, mostly written for AmigaOS on classic Motorola 68k hardware. -Most code was developed with the VBCC compiler on a GNU/Linux system. +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. -Might contain scripts in Python or Scala. +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. \ No newline at end of file diff --git a/fdtool/README.md b/fdtool/README.md new file mode 100644 index 0000000..0e68e2a --- /dev/null +++ b/fdtool/README.md @@ -0,0 +1,12 @@ +# FDTool + +## Description + +This is a Python script to explore the FD format. My intention was to make +something similar to fd2pragma, but targetting my Amiga Lisp project. +fd2pragma is a whopping 13000+ lines, but it is written in C and has a lot +of features and no external dependencies. + +I started with Python to cut down on development time (doing tons of Python +these days), but might switch to Lisp/Racket at a later point in time so I can run +it on an Amiga system. \ No newline at end of file