From 2c63eb6091c8f2ed4eedd1e7e6b85a105503123e Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Fri, 4 Mar 2016 19:27:43 +1100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4214bd6..61b14ab 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ ========================================================== introduction ------------ -This repo is not meant to be an amiga programming guide. I don't do things the "correct" way (especially in the early examples). +This repo contains example programs I have written as I re-learn how to program an amiga. The programs are written in assembler and directly access the hardware. The target is an Amiga 500 (my long lost friend). Currently I do not own an amiga, so I can only test using UAE, so it's possible they will not work on the real hardware. -I do however try to show exactly what is going on in each example. Wherever possible I try and use constants from the OS includes instead of magic custom addresses and numbers etc. - -Where possible I will try and write development system programs that show how data is created/converted. +Don't use this as an amiga programming guide. I don't do things the "correct" way. There are heaps of great guides out there if you want to do things the right way. documentation ------------- @@ -49,7 +47,7 @@ Invdivual examples can be built by entering the directory and running make: tools ----- -The following tools have been developed to support the examples: +The following cross development tools have been developed to support the examples: * [imagecon](tools/imagecon) * [makeadf](tools/makeadf)