Local copy of the AMOS Professional source code. You should probably use the GitHub mirror. https://github.com/AOZ-Studio/AMOS-Professional-Official
Go to file
John Bintz 80c4982ad8 Add Intuition LEqu.s file to root to fix build errors 2024-02-22 07:00:36 -05:00
AMOS Initial commit 2020-04-26 02:58:13 +02:00
AMOSPro Sources Initial commit 2020-04-26 02:58:13 +02:00
bin Initial commit 2020-04-26 02:58:13 +02:00
c Initial commit 2020-04-26 02:58:13 +02:00
compiler Initial commit 2020-04-26 02:58:13 +02:00
extensions Initial commit 2020-04-26 02:58:13 +02:00
includes Initial commit 2020-04-26 02:58:13 +02:00
+AMOS_Includes.s Initial commit 2020-04-26 02:58:13 +02:00
+B.s Initial commit 2020-04-26 02:58:13 +02:00
+CEqu.s Initial commit 2020-04-26 02:58:13 +02:00
+Debug.s Initial commit 2020-04-26 02:58:13 +02:00
+Edit.s Initial commit 2020-04-26 02:58:13 +02:00
+Editor_Config.s Initial commit 2020-04-26 02:58:13 +02:00
+Equ.s Initial commit 2020-04-26 02:58:13 +02:00
+ILib.s Initial commit 2020-04-26 02:58:13 +02:00
+Interpreter_Config.s Initial commit 2020-04-26 02:58:13 +02:00
+LEqu.s Add Intuition LEqu.s file to root to fix build errors 2024-02-22 07:00:36 -05:00
+Lib.s fix(lib): invalid label character that was breaking build 2020-05-01 19:46:22 +02:00
+Monitor.s Initial commit 2020-04-26 02:58:13 +02:00
+Verif.s fix(verif): invalid character breaking apro build 2020-05-01 21:26:51 +02:00
+Version.s Initial commit 2020-04-26 02:58:13 +02:00
+W.s Initial commit 2020-04-26 02:58:13 +02:00
+WEqu.s Initial commit 2020-04-26 02:58:13 +02:00
.gitattributes Initial commit 2020-04-26 02:58:13 +02:00
AMOS.info Initial commit 2020-04-26 02:58:13 +02:00
LICENSE Initial commit 2020-04-26 02:58:13 +02:00
README.md Initial commit 2020-04-26 02:58:13 +02:00
aall Initial commit 2020-04-26 02:58:13 +02:00
acomp Initial commit 2020-04-26 02:58:13 +02:00
adata Initial commit 2020-04-26 02:58:13 +02:00
aedit Initial commit 2020-04-26 02:58:13 +02:00
aext Initial commit 2020-04-26 02:58:13 +02:00
alib Initial commit 2020-04-26 02:58:13 +02:00
amon Initial commit 2020-04-26 02:58:13 +02:00
apro Initial commit 2020-04-26 02:58:13 +02:00
atools Initial commit 2020-04-26 02:58:13 +02:00
aw Initial commit 2020-04-26 02:58:13 +02:00

README.md

Welcome to the official AMOS Professional source code repository.

You will find in this repository the entire source code of AMOS Professional, as it was on my machine at the end of 1993 when I decided to switch to PC and create Klik and Play with my partner Yves Lamoureux.

This source-code is published under the MIT licence, which means you can do anything you want from it as long as the copyright notice is present in both the modified source code and the boot screen of the application. I have unfortunately forgotten how you can compile it and would appreciate to receive an extra documentation, if you have managed to compile, so that I can include it is this readme. Do not hesitate to contact me by mail about this.

I am delighted to see that this code, that was made at a very special moment of my life, is still alive 30 years after it was written. I cannot wait to discover what you will do with it. Be creative!

Please note that I will not answer to any technical questions as I do not remember how it works and all this is for me the past. Even if the Amiga is and will always be in my heart, my focus is the future and this future is called AOZ.

Francois - fl@aoz.studio


This distribution is based on the repository created by marc365. https://github.com/marc365/AMOSProfessional

I have added the MIT licence headers to all the sources. If you know about a newer of better version of the source-code, do not hesitate to send it to me by mail, I will gladly update the repository.

Thank you Marc365! I have included your readme after this intro.

.

.

.

Anyone who is interested in this project should join François Lionets patreon:

https://www.patreon.com/francoislionet

This repository is 68k Assembly and unique in design. It is powerful and runs like an operating system. Games and multimedia become exciting to program again, relying on your own skills instead of libraries.

This release is as-is and doesn't contain any installation or demos.

It's really fun and will test your "actual" programming skills!

AMOS Professional

based on the original 68000 source code by François Lionet (Thank you!)

History

Some years ago there was discussion of re-development, but the work mentioned in this article was not made public, any collaborative efforts have disappeared. An archive was made available at a later date but was partially incomplete and difficult to build - this project fixes the build problems, but has no relation to any previous plans or news releases.

AMOS PRO goes Public Domain!

01 dec 2012 In occasion of Pianeta Amiga 2012, Pietro Ghizzoni, current owner of AMOS Pro sources after Francois Lionet ceased development, has kindly agreed to release them as Public Domain. You can download the full package in advance from this link. Sources will be also put on Aminet in the next days.

AMOS present and future

pre Public Domain ? As you know some months ago i've obtained the AMOS sources... during these months I've spent my time learning the AMOS internal functions and structures, in order to upgrade it and develop the new AMOSPro V3... but I've to say that my projects have changed a lot during this period. My original idea was to upgrade/expand it, add AGA support and most of all to make AMOS more OS friendly! but when I examined the sources some problems have arisen...