Welcome, Guest. Please login or register.

Author Topic: Suggestions for programs to use on real amiga to code  (Read 5894 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« on: December 08, 2013, 08:50:41 PM »
The best free C compiler is VBCC

http://sun.hasenbraten.de/vbcc/

Annotate is a good free syntax highlighting editor

http://aminet.net/package/text/edit/Annotate_usr

If you want an all in one IDE then there is CubicIDE but it costs.

http://www.softwareandcircuits.com/division/amiga/products/cubic/index.html

For assembly coding there are AsmOne and AsmPro

http://www.theflamearrows.info/documents/ftp.html
http://members.home.nl/m.reestman/asmpro.html
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #1 on: December 09, 2013, 07:16:59 PM »
Quote from: Thorham;754072
Perhaps, but probably too slow for 680x0 hardware :( I tried it a few years ago and it was too slow for even a simple 'Hello world!' program :(

For 68030, Dice is quite usable speed wise, and perhaps SAS6.58 (which is probably much better than Dice).


Indeed, these are absolutely fantastic for learning 680x0 assembly language.

VBCC is ok my 060 but you are right about SAS/C being better on slower CPU's.  I recently spent a few hours modifying a small tool of mine that compiled with both GCC and VBCC with no problems to compile with SAS/C and it was a real PITA because it doesn't have much in the way of C99 support and I'm lazy. :)

@OP
I can send you a fully patched copy of SAS/C  6.58 or 7.01 if you PM me your email address.  In fact I can send you pretty much any dev tool you fancy as I have most things knocking around my machines.
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #2 on: December 09, 2013, 09:49:22 PM »
Quote from: Thorham;754085
Off topic:


Would you by any change have ALL the dependencies to compile the original Dopus Magellan sources with SASC6? I've tried a few times and failed.

I can have a look for you.

I've never tried to compile it though, what does it need?
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #3 on: December 10, 2013, 10:43:57 AM »
Quote from: Thorham;754118
Thanks, but forget I asked. All I really want to do is fix the file and disk sizes for anything greater than 2^32-1. It's not a big deal.

Ok, perhaps you could ask Itix or Kas1e if they have fixed that issue in their GCC port of Magellan? (I think they are working on it, can't remember who else is though.)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #4 on: December 19, 2013, 07:43:03 PM »
Quote
i have a 030/50, but vb is out of the question


vbcc !=vb ;)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #5 on: December 20, 2013, 01:50:03 PM »
Quote from: superfrog76;754746
DOH :) have no idea :) The fact that I use a all in one solution, like visual studio, totally blind me about what is in fact the actual linker, compiler and so on...I just write code; got a lot to learn :)

So I think that I will settle for ASM one and devpac as ASM dev tools; while I will have Storm for C++ and SAS/C for regular C.

I am tempted to try blitzbasic, but after learning Assembler thou :)

So, once I learn, what should I use for ASM? Since the ones that Leffman mentioned are not good for anything other than learning?


This is a good place to start:

http://coppershade.org/
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: Suggestions for programs to use on real amiga to code
« Reply #6 on: December 20, 2013, 06:45:11 PM »
Quote from: Thorham;754796
They would need to choose if they want to start with hardware programming or OS programming. In my opinion it's better to start with the OS. It's easier, especially for things like simple 'Hello world!' programs that you want to start with.

OS coding in assembly is much less fun though. :)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini