|
Register or have you forgotten your password?
|
|
|
| Alternative Operating Systems This forum is dedicated to discussions of alternatives to the Commodore Amiga Platform, such as Linux distributions, FreeBSD, OpenBSD, and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 | ||||||||
|
Cult Member
![]()
Join Date: Dec 2004
Posts: 588
|
I just tried it under OS X and it doesn't appear to work. Everything I enter, even simple print commands, result in syntax errors. I copied in their sieve program and it doesn't run either....
While it's cool to watch it startup withe 38911 free message, it sure doesn't beat Frodo as a 64. |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Premium Member
|
The LLVM backend that exports C is not very well supported. You'd be better off exporting directly to llvm bitcode and then running it under LLVM's JIT compiler or static compile to PPC/x86.
Keep in mind also that this is just an exercise in porting by software algorithm rather than by hand. As the LLVM optimizer codes get better, so will the output codes. Frodo emulates the C64 chipset itself. |
||||||||
|
|
|
|
|
#4 | |||||||||
|
Lifetime Member
|
Quote:
for example, if you type 10 let a=10+1 20 print a run Then you'll get a syntax error Type RUN and you'll get a syntax error in 10 edit 10 to read: 10 LET a=10+1 and you'll still get the syntax error in 10 edit 10 to read: 10 LET A=10+1 and you'll gte the syntax error in 20 It does work. At least it does on my HP laptop running Vista. |
|||||||||
|
|
|
|
|
#5 | ||||||||
|
Cult Member
![]()
Join Date: Dec 2004
Posts: 588
|
Case sensitive...ok, I'll give it another shot.
YES (oops forgot to turn off the caps lock) it works. I copied and pasted the sieve program and it ran fine. Now to port over Saucer Attack! |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| basic , commodore , unix , windows |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tell me about Unix | X-ray | CH / General | 12 | 04-14-2009 03:10 PM |
| UNIX for Amiga? Anyone tried it? | Amithony | Amiga Hardware Issues and discussion | 5 | 12-01-2008 08:22 AM |
| Mattathias Basic vs. Amos Basic | TheMud | Amiga Software Issues and Discussion | 3 | 03-20-2007 07:54 AM |
| Windows spyware problem: automatically closing certain windows | KennyR | Alternative Operating Systems | 19 | 03-30-2004 04:45 PM |
| OT: Microsoft's UNIX | asian1 | Alternative Operating Systems | 6 | 11-08-2003 01:08 PM |