Welcome, Guest. Please login or register.

Author Topic: The old great AMOS  (Read 6124 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline dambalaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 12
    • Show only replies by dambala
The old great AMOS
« on: July 30, 2004, 09:00:37 AM »
Does anyone have technical infos about AMOS?

I mean, file formats and any other info that can help.

As I said in my presentation I'm writing a basic interpreter in Java that converts directly AMOS code in Java bytecode to make it run as fast as Java.

But I'm quite running out of specs...
 

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show only replies by xeron
    • http://www.petergordon.org.uk
Re: The old great AMOS
« Reply #1 on: July 30, 2004, 09:12:39 AM »
Heh... "As fast as Java"? Isn't that an oxymoron? ;-)
Playstation Network ID: xeron6
 

Offline szimbi

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 6
    • Show only replies by szimbi
    • http://www.kezdobetu.hu/amiga
Re: The old great AMOS
« Reply #2 on: July 30, 2004, 10:06:26 AM »
Could you be more specific?
What fileformat?
There is bank formats (.abk), and source format (.AMOS).
Is the command set is made already?
It would be a nice thing that Amos source converting to java, but I'm think it is a huge job with a lot of problems.

You wouldn't need to worry about file formats, before the command set not working.

Bye

Lazi

 

Offline dambalaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 12
    • Show only replies by dambala
Re: The old great AMOS
« Reply #3 on: July 30, 2004, 11:04:42 AM »
------- XERON:
> Heh... "As fast as Java"? Isn't that an oxymoron?

Eheheh... you're right if you are speaking of Java on Amiga in this exact moment...

On other systems Java runs very fast, I can't see a great difference with C/C++.
Why Java?
It is really portable, not as C/C++. To make a C/C++ program run everywhere you have to insert many "tricks" to make it compile on several systems.
Anyway would be cool to write J2ME apps using an AMOSlike basic, no?

For sure on AmigaOS will be a real VM... I'm waiting it to return to Amiga!

------ szimbi:
> Could you be more specific?
> What fileformat?

AMOS source file format, AMAL file format and MAP file format...

> There is bank formats (.abk), and source format (.AMOS).

I'm already able to load SpriteBanks and Abk pictures (Pic.Pac)...

> Is the command set is made already?

Not all :-)
But...
For a list http://dambala.altervista.org/amos/status_2004_07_30.txt

It not yet a public project, I've started it only a month ago!

> It would be a nice thing that Amos source converting to java, but I'm think it is
> a huge job with a lot of problems.

Simply converting AMOS source to Java source should be very simple...
Now my program interprets the AMOS source on the fly, but to complete "julia.AMOS" it takes 30 seconds... :-(
I'm trying to convert my program:
Instead of interpreting on the fly, it will convert (compile) the AMOS source in Java bytecode and then let the VM exec the code for me...
Without creating a .class or a .java file, in this way you'll continue to use and modify your basic source file.

> You wouldn't need to worry about file formats, before the command set not working.

Right :-), but during the hard work it's always relaxing seeing some sprites flying around the screen.

Bye
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: The old great AMOS
« Reply #4 on: July 30, 2004, 11:27:57 AM »
The source code for AMOS has been released. Just look for it. :-)

Offline dambalaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 12
    • Show only replies by dambala
Re: The old great AMOS
« Reply #5 on: July 30, 2004, 12:06:48 PM »
I'm searching... :-)
I have yet some infos about AMOS source files but they are very cryptic   :-?

A little OT, these are two pics of my interpreter in action:

http://dambala.altervista.org/amos/basic.jpg
http://dambala.altervista.org/amos/basic2.jpg  
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: The old great AMOS
« Reply #6 on: July 30, 2004, 12:34:47 PM »
Looking good, well done!

Offline hellbring

  • Newbie
  • *
  • Join Date: Sep 2004
  • Posts: 3
    • Show only replies by hellbring
Re: The old great AMOS
« Reply #7 on: September 30, 2004, 07:42:46 PM »
The only thing I can say is WOW !

People like you keeps my interest on computers alive. It's amazing what some persons can do.

And only in one month... Perhaps I should quit programming and run a shop or something :)



P.D.: You have great fonts in your (Gnome?) desktop. Where did you get them ?
 

Offline amigean

  • Sr. Member
  • ****
  • Join Date: Sep 2003
  • Posts: 301
    • Show only replies by amigean
Re: The old great AMOS
« Reply #8 on: September 30, 2004, 08:43:08 PM »
a word of praise from me as well Dambala - it certainly looks impressive already.

My knowledge of basic isn't exactly up to scratch but i'd say that you have already covered much of the AMOS command set.

good luck in your search - please keep us all updated!
 

Offline JetFireDX

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 232
    • Show only replies by JetFireDX
Re: The old great AMOS
« Reply #9 on: September 30, 2004, 08:45:26 PM »
This is too cool. I have some old programs I wrote in AMOS a long time ago I would love to see running again not in an emulation. Great work!
 

Offline Lu0ma

  • Newbie
  • *
  • Join Date: Sep 2003
  • Posts: 8
    • Show only replies by Lu0ma
    • http://www.nic.fi/~varsa/index.html
Re: The old great AMOS
« Reply #10 on: September 30, 2004, 10:11:44 PM »

Very interesting idea,
please keep us posted as you make progress.

Here are some links, that might be helpful:
AMOS sources download
Info on AMOS file formats
 

Offline Dan

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1766
    • Show only replies by Dan
Re: The old great AMOS
« Reply #11 on: October 01, 2004, 12:37:17 AM »
Interesting project!
Good work on a interesting idea, I hope you succeed.
Apple did it right the first time, bring back the Newton!
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: The old great AMOS
« Reply #12 on: October 01, 2004, 09:07:59 AM »
Will you support AMAL via multithreading?

Offline dambalaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 12
    • Show only replies by dambala
Re: The old great AMOS
« Reply #13 on: November 26, 2004, 12:09:57 PM »
Hi everyone!

After a long busy period I'm back...

I'm happy that there is so much people still interested in AMOS :-)
I'm still working on the Java Interpreter and maybe soon I'll release the sources...

@bloodlin:
AMAL was great for multitasking, but maybe now is more simple to have many procedures as tasks than a strange "reduced" basic as AMAL.

I've not yet starting coding AMAL maybe is too early to speak about 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: The old great AMOS
« Reply #14 on: November 26, 2004, 02:50:14 PM »
Quote

dambala wrote:
Hi everyone!

After a long busy period I'm back...

I'm happy that there is so much people still interested in AMOS :-)
I'm still working on the Java Interpreter and maybe soon I'll release the sources...

@bloodlin:
AMAL was great for multitasking, but maybe now is more simple to have many procedures as tasks than a strange "reduced" basic as AMAL.

I've not yet starting coding AMAL maybe is too early to speak about it ;)


AMAL showed me how brilliant multiprocessing was back in 1990! But you are right a new (multithreading style) system based on procedures would be better... but What I was asking was if and how you would support AMAL, as that would be vital for AMOS compatibility.