Just popping in
Joined: 2008/9/18 15:44 Last Login
: 2015/10/24 0:03
Group:
Registered Users
|
@AlfaR0me0
Yes, it works on all Platforms except AROS (due to no 68k support). Only thing that might get problematic is the debugger, since unlike MOS, OS4 has some important instructions missing. (AFAIU). I dont know if this has been fixed yet.
From v3.5 on, the compiler can be used stand alone via CLI, so it should be possible to use it within CubicIDE or with any other texteditor/IDE. However, PED should be fine too.
P.S: Amiblitz3 executables run under all above platforms (if you stick to the rules). The compiled code is just as fast as C, especially on modern HW (JIT friendly code). If needed, 68K, PPC or x86 inline Assembler can be used if even more optimization is needed for speed critical sections. The runtime library (the "Inlcudes") support "mordern" things like 24bit GFX, AHI, many file formats (incl. png, jpeg, bmp, iff, wav, aiff, mp3 read/write), TCP/IP, etc. etc. On the other hand, due to the those features, it is not really what you epect if you talk about a BASIC language.
Edited by Wanderer on 2010/1/30 15:58:21 Edited by Wanderer on 2010/1/30 16:00:26 Edited by Wanderer on 2010/1/30 16:02:42
|