AMOS (programming language): Difference between revisions

Content deleted Content added
No edit summary
corrected author name for GitHub reference.
 
(36 intermediate revisions by 28 users not shown)
Line 1:
{{multiple issues|
{{refimprove|date=June 2011}}
{{lead too short|date=June 2014}}
}}
 
{{Infobox programming language
| name = AMOS
Line 25 ⟶ 20:
}}
[[File:AMOS Professional Screenshot.png|thumb|right|Screenshot of the AMOS Professional user interface and code editor, displaying the start of a program included with the language]]
'''AMOS BASIC''' is a dialect of the [[BASIC]] [[programming language]] implemented onfor the [[Amiga]] computer. AMOSFollowing BASICon wasfrom publishedthe bysuccessful [[EuropressSTOS SoftwareBASIC]] andfor originallythe [[Atari ST]], AMOS BASIC was written for the Amiga by [[François Lionet]] with [[Constantin Sotiropoulos]] and published by [[Europress Software]] in 1990.
 
The language was notable for its focus on media and game development capabilities, allowing users to easily create demanding multimedia software and games. It featured full structured code and numerous high-level functions for loading and manipulating images, animations, and sounds. These capabilities made it a popular choice among Amiga enthusiasts, particularly beginners, for creating video games (especially [[platformer]]s and graphical adventures), multimedia applications, and educational software.
 
== History ==
AMOS is a descendant of [[STOS BASIC]] for the [[Atari ST]]. AMOS BASIC was first produced in 1990.
 
AMOS competed on the Amiga platform with Acid Software's [[Blitz BASIC]]. Both BASICs differed from other dialects on different platforms, in that they allowed the easy creation of fairly demanding multimedia software, with full structured code and many high-level functions to load images, animations, sounds and display them in various ways.
 
The original AMOS version was a [[BASIC interpreter (computing)|interpreted]] which, whilst working fine, suffered the same disadvantagedisadvantages of any language being run [[interpreter (computing)|interpretively]]. By all accounts, AMOS was extremely fast among interpreted languages., Thebeing language was fastspeedy enough that an extension called AMOS 3D could produce playable 3D games even on plain 7&nbsp;MHz 68000 Amigas. Later, an AMOS [[compiler]] was developed that further increased speed. AMOS could also run [[MC68000]] machine code, loaded into a program's memory banks.<ref>[https://archive.org/stream/1990-lionet-francois-amos-the-creator-user-guide/1990-lionet-francois-amos-the-creator-user-guide_djvu.txt The Creator], by François Lionet, 1990, ''"AMOS Basic includes special facilities which allow you to combine assembly language routines with your Basic programs."''</ref>
 
To simplify animation of sprites, AMOS included the AMOS Animation Language (AMAL), a compiled sprite scripting language which runs independently of the main AMOS BASIC program.<ref>{{cite web|url=http://grove.ufl.edu/~cwarner/computers.html |title=ArchivedComputers copy |accessdateaccess-date=2010-11-22 |url-status=dead |archiveurlarchive-url=https://web.archive.org/web/20101208051702/http://grove.ufl.edu/~cwarner/computers.html |archivedatearchive-date=2010-12-08 }}</ref> It was also possible to control screen and "rainbow" effects using AMAL scripts. AMAL scripts in effect created CopperLists, small routines executed by the Amiga's Agnus chip.
AMOS could also include inline Assembly Language.<ref>[https://archive.org/stream/1990-lionet-francois-amos-the-creator-user-guide/1990-lionet-francois-amos-the-creator-user-guide_djvu.txt The Creator], by Frangois Lionet, 1990, ''"AMOS Basic includes special facilities which allow you to combine assembly language routines with your Basic programs."''</ref>
 
After the original version of AMOS, Europress released a compiler ('''AMOS Compiler'''), and two other versions of the language: '''Easy AMOS''', a simpler version for beginners, and '''AMOS Professional''', a more advanced version with added features, such as a better [[Integratedintegrated development environment|IDE]], [[ARexx]] support, a new [[user interface|UI]] API and new [[control flow|flow control constructs]]. Neither of these new versions was significantly more popular than the original AMOS.{{Citation needed|date=January 2012|reason=For example, from my experience it was way more popular. References to sales figures or alike would be nice.}}
To simplify animation of sprites, AMOS included the AMOS Animation Language (AMAL), a compiled sprite scripting language which runs independently of the main AMOS BASIC program.<ref>{{cite web|url=http://grove.ufl.edu/~cwarner/computers.html |title=Archived copy |accessdate=2010-11-22 |url-status=dead |archiveurl=https://web.archive.org/web/20101208051702/http://grove.ufl.edu/~cwarner/computers.html |archivedate=2010-12-08 }}</ref> It was also possible to control screen and "rainbow" effects using AMAL scripts. AMAL scripts in effect created CopperLists, small routines executed by the Amiga's Agnus chip.
 
AMOS was mostly used mostly to make multimedia software, [[video game]]s (platformers and graphical adventures) and educational software.
After the original version of AMOS, Europress released a compiler ('''AMOS Compiler'''), and two other versions of the language: '''Easy AMOS''', a simpler version for beginners, and '''AMOS Professional''', a more advanced version with added features, such as a better [[Integrated development environment|IDE]], [[ARexx]] support, a new [[user interface|UI]] API and new [[control flow|flow control constructs]]. Neither of these new versions was significantly more popular than the original AMOS.{{Citation needed|date=January 2012|reason=For example, from my experience it was way more popular. References to sales figures or alike would be nice.}}
 
AMOS was mostly used to make multimedia software, [[video game]]s (platformers and graphical adventures) and educational software.
 
The language was mildly successful within the Amiga community. Its ease of use made it especially attractive to beginners.
 
PerhapsOne of AMOS BASIC's biggest disadvantagedisadvantages, stemming from its [[Atari ST]] lineage, was its incompatibility with the Amiga's [[AmigaOS|operating system]] functions and interfaces. Instead, AMOS BASIC controlled the computer directly, which caused programs written in it to have a non-standard user interface, and also caused compatibility problems with newer versions of hardware.
 
Today the language has declined in popularity along with the Amiga computer for which it was written. Despite this, a small community of enthusiasts are still using it. The [[source code]] to AMOS was released around 2001 under a [[BSD licenses|BSD style license]] by [[Clickteam]] - a company that includes the original programmer.<ref>[https://web.archive.org/web/20071130053321/http://clickteam.com/eng/downloadcenter.php?i=58 Amos & Stos » Main Download] on clickteam.com (archived 2007)</ref>
 
Today, the language has declined in popularity along with the Amiga computer for which it was written. Despite this, a small community of enthusiasts are still using it. The [[source code]] to AMOS was released around 2001 under a [[BSD licenses|BSD style license]] by [[Clickteam]] -, a company that includes the original programmer.<ref>[{{cite web | url=http://clickteam.com/eng/downloadcenter.php?i=58 | archive-url=https://web.archive.org/web/20071130053321/http://clickteam.com/eng/downloadcenter.php?i=58 | archive-date=2007-11-30 | title=Amos & Stos » Main Download]}}</ref><ref>{{cite onweb clickteam| url=https://github.com/AOZ-Studio/AMOS-Professional-Official (archived| 2007)publication-date=2020-04-26 | first=François | last=Lionet | via=AOZ Studio | access-date=2024-11-29 | website=GitHub | title=AOZ-Studio/AMOS-Professional-Official: The official source code of AMOS Professional on the Amiga}}</ref>
On the 4th of April, 2019 [[François Lionet]] announced the release of AMOS2 on his website [https://www.amos2.org/ amos2.org]. AMOS2 replaces STOS and AMOS together, using [[JavaScript]] as its code interpreter, making the new development system independent and generally deployed in internet browsers.
Amos 2 is now called AOZ Studio https://www.aoz.studio
 
== Software ==
Software written using AMOS BASIC includes:
 
* ''[[AQUABYSS]]'' by ''Aged Code'', is a 2022 [[Strategy_video_game|strategy]] trading game for the [[Amiga]]<ref>{{cite web|url=https://www.lemonamiga.com/games/details.php?id=4762|title=AQUABYSS (2022) at LemonAmiga.com|access-date=8 August 2024}}</ref>
* ''[[Miggybyte]]''
* ''[[Scorched Tanks]]''
* Games by [[Vulcan Software]], amongst which was the ''[[Valhalla: Before the War|Valhalla]]'' trilogy
* Amiga version of ''[[Ultimate Domain]]'' (called ''[[Genesia (game)|Genesia]]'') by [[Microïds]]
* ''[[Flight of the Amazon Queen]]'', by [[Interactive Binary Illusions]]<ref>{{cite web|url=http://gamasutra.com/blogs/JohnPassfield/20150601/244740/Making_of_Flight_of_the_Amazon_Queen__A_20th_Anniversary_Retrospective.php|title=Making of Flight of the Amazon Queen: A 20th Anniversary Retrospective |accessdateaccess-date=1 January 2016|website=[[Gamasutra]]|date=June 2015 }}</ref>
* ''[[Extreme Violence]]'', included on an ''[[Amiga Power]]'' cover disk
* ''[[Jetstrike]]'', a commercial game by Rasputin Software
* ''[[Black Dawn (1993 video game)|Black Dawn]]'', a 1993 game for the [[Amiga]] personal computer<ref>{{cite web|url=https://crpgaddict.blogspot.com/2023/03/game-487-black-dawn-1993.html|title=Game 487: Black Dawn (1993) |date=March 2023 |access-date=1 March 2023}}</ref>
 
== References ==
Line 66 ⟶ 58:
 
== External links ==
{{wikiversity|AMOS programming language}}
* [https://web.archive.org/web/20130530022407/http://www.pianetaamiga.it/ Source code for AMOS Professional] 68000 ASM from pianetaamiga.it (archived, [https://web.archive.org/web/20151031001644/http://www.pianetaamiga.it/downloads/AMOSPro_Sources.zip ZIP])
 
* [https://web.archive.org/web/20071130053321/http://clickteam.com/eng/downloadcenter.php?i=58 Source code for AMOS and STOS] 68000 ASM from clickteam.com (archived, [https://web.archive.org/web/20120207175110/http://www.clickteam.com/webftp/files/2/5/AMOSCompiler.zip ZIP])
* [http://www.ultimateamiga.co.uk/index.php/page,16/ The AMOS Factory] (an AMOS support/community site)
* [http://www.amigacoding.com Amigacoding website] (contains in-depth info and references for AMOS)
* [http://www.triumphoverchallenges.com/stos-and-amos-game-creators/ History of STOS and AMOS]: how they came to be published in the UK
* [https://www.facebook.com/groups/AmosPro/ Amos Professional group on Facebook] (one of the members is AMOS' original developer François Lionet)
 
{{AmigaOS}}
{{BASIC}}
 
Line 80 ⟶ 70:
[[Category:Amiga development software]]
[[Category:Software using the BSD license]]
[[Category:Programming languages created in 1990]]