I used my Extension Examiner program to check the slot number in the AMOS Pro extension. It is definately slot 13 it should be in.
I checked out all of the example programs and only found the following issues:
AgaCopper/
Test.AMOS - seems to crash if you add Next I
AgaIcons/
16ColorIcons.AMOS - corrupts display! Press Escape until you see direct mode flash up.
On keyboard type "DEFAULT" and press return to get AMOS back to normal.
Memory is now low! Advise to exit and re-open AMOS.
BlockCopy/
BlockCopy.AMOS - does nothing? On line 25: . 0,0,U
Possible clash with other extension, needs further investigation.
EcsCopper/
these programs will likely crash AMOS on AGA setups - the one I tried did!
Any of the programs containing the line
If Fine Star=false Then Goto <location> should be REM'ed out and replaced with
If Mouse Key=false Then Goto <location>. These demo's will now run properly
