Hi folks,
I have managed to successfully compile AMOS 1.23 from the sources that I have, using Devpac 2's GenAm2 program with the following settings:
Program Type: Executable
Symbols Case: Independant
Debug Info: None
List: None
Assembly: Fast
Output: Disk: RAM:AMOS_1.23COMP
The following files must be in the same location:
AMOS_INS.S
B.S
BANK_LIS.S
BRANCH.S
COMPACT.S
DATAS.S
DATAS_RU.S
DISKIO.S
ECRANS.S
EDIT.S
EQU.S
EVALUE.S
EXPDEV.S
INPUTEVE.S
MEMORY.S
MENUS.S
MUSIC.S
POINTE.S
REQUEST.S
SPRITE.S
STRING.S
TOKEN.S
TOKTAB.S
VERIF.S
W.S
ZOOM.S
INPUTEVE.S must be renamed INPUTEVENT.S otherwise you will get a pass 1 fail with an error at line 7 in W.S
Load in B.S (which has code to include all the other files) and compile it.
Once compiled, copy it to a disk called AMOS_SYSTEM. Copy all files (except the AMOS1.2 file) from the AMOS 1.2 system disk to your AMOS_SYSTEM disk containing AMOS_1.23COMP. Double-click on AMOS_1.23COMP (and hit return if it has no default icon) and it will boot up! I successfully loaded in a program from the "manual" folder chapter 3 and was able to run it.
I had a quick look at compiling AMOS 1.3, but from my sources it requires 3 files from the "AMOS Pro includes" sources (which I also have). I will have a look at compiling it next week.
Regards,
Lonewolf10