Welcome, Guest. Please login or register.

Author Topic: Amos Tutorials  (Read 3878 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ImerionTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2003
  • Posts: 57
    • Show only replies by Imerion
    • http://users.quickfox.org/~imeriontheesper/
Amos Tutorials
« on: January 26, 2004, 09:35:53 PM »
Is there anyone who knows if there are any tutorials for Amos? Its easier to get used to the syntax with the help of tutorials.
\\"I wonder what the people will see in the final days...\\"
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Amos Tutorials
« Reply #1 on: January 26, 2004, 09:49:42 PM »
Check Aminet for example code, there is plenty there and should give you a good idea.

AMOS is very standard BASIC, it's power come from it's large command set that allow access to the Amiga custom chips.

Should you prefer to work with the Amiga OS (as well as te custom chips), then Bliz Basic2 (or amiblitz as I think it is called now) would be a far better choice.

Offline alx

Re: Amos Tutorials
« Reply #2 on: January 26, 2004, 10:08:26 PM »
@Imerion

As Bloodline says, AMOS is not really something that I'd want to start learning now.  Sure, you can get a fancy rainbow effect with a few lines, but even AGA screenmodes aren't supported (AFAIK there are extensions for AGA support, though I've never used them) and you can give up any ideas of writing programs that'll work well with non-custom hardware, AmigaONEs, Pegasoses (sp?), AROS or Amithlon :-(

BTW I started a short tutorial on the wiki here - if anyone feels that they know more about BASIC than I do (likely) then feel free to edit it.

Offline Cass

  • Hero Member
  • *****
  • Join Date: Apr 2003
  • Posts: 826
  • Country: 00
    • Show only replies by Cass
Re: Amos Tutorials
« Reply #3 on: January 27, 2004, 02:07:31 AM »
Have a look at the Amiga University, there are many links.

AMOS Professional has a manual when you hit the "Help" key. Many examples also included for each command.

AMOS was my favorite programming language, even if my first experience was AmigaBasic :-)
________
Extreme Q Vaporizer
« Last Edit: March 18, 2011, 10:05:30 PM by Cass »
"If we don't got it, you don't want it!"
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Amos Tutorials
« Reply #4 on: January 27, 2004, 01:15:45 PM »
You could even go for C if you wish?

Once you get passed the compiler setup, it's not too hard to bang out a program.

Offline ImerionTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2003
  • Posts: 57
    • Show only replies by Imerion
    • http://users.quickfox.org/~imeriontheesper/
Re: Amos Tutorials
« Reply #5 on: January 28, 2004, 10:54:37 AM »
Quote
As Bloodline says, AMOS is not really something that I'd want to start learning now. Sure, you can get a fancy rainbow effect with a few lines, but even AGA screenmodes aren't supported (AFAIK there are extensions for AGA support, though I've never used them) and you can give up any ideas of writing programs that'll work well with non-custom hardware, AmigaONEs, Pegasoses (sp?), AROS or Amithlon

BTW I started a short tutorial on the wiki here - if anyone feels that they know more about BASIC than I do (likely) then feel free to edit it.



Hehe, I know that much basic. I dont want to boost but im pretty good at basic. Thats the only programming language I have mastered though...

Btw, wont Amos games run on emus on the newer systems? JIT emulation should be fast enough.
\\"I wonder what the people will see in the final days...\\"
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Amos Tutorials
« Reply #6 on: January 28, 2004, 10:58:40 AM »
Quote

Imerion wrote:
Quote
As Bloodline says, AMOS is not really something that I'd want to start learning now. Sure, you can get a fancy rainbow effect with a few lines, but even AGA screenmodes aren't supported (AFAIK there are extensions for AGA support, though I've never used them) and you can give up any ideas of writing programs that'll work well with non-custom hardware, AmigaONEs, Pegasoses (sp?), AROS or Amithlon

BTW I started a short tutorial on the wiki here - if anyone feels that they know more about BASIC than I do (likely) then feel free to edit it.



Hehe, I know that much basic. I dont want to boost but im pretty good at basic. Thats the only programming language I have mastered though...

Btw, wont Amos games run on emus on the newer systems? JIT emulation should be fast enough.


AMOS hits the hardware, the programs cannot run on any of the current AmigaOS/clone based machines.

Blitz Basic 2 programs run fine on MOS and  (Should, not tested tough) OS4, providing you don't use "Blitz Mode" (the hardware hitting mode).

I think you should avoid AMOS if future compatibility is a requirement.

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show only replies by Crumb
    • http://cuaz.sourceforge.net
Re: Amos Tutorials
« Reply #7 on: January 28, 2004, 12:12:28 PM »
try purebasic or blitzbasic, AFAIK they are slightly more OS-Friendly.
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline ImerionTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2003
  • Posts: 57
    • Show only replies by Imerion
    • http://users.quickfox.org/~imeriontheesper/
Re: Amos Tutorials
« Reply #8 on: January 28, 2004, 05:21:22 PM »
purebasic? I have never heard of it. Do you have any info?
\\"I wonder what the people will see in the final days...\\"
 

Offline Coder

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2996
    • Show only replies by Coder
    • http://www.amiga.nl
Re: Amos Tutorials
« Reply #9 on: January 28, 2004, 05:25:31 PM »
Hi,

On a side note, Mattathias BASIC will have an extension that will allow you to run/compile your old Amos code. Future talk, but still worth to mention it.

I have all the Amos manuals. Pretty hard to get. And the guy that sold me his stuff regrets it. :-)

Coder
Check it out - I found the ass-end!