Die Suche ergab 2338 Treffer

von yeti
Sa 28. Jan 2012, 10:21
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

Re: Open source Spin/PASM compiler in C/C++

Soso... Brad schielt also auch schon auf diesen Code...
BSTC wird also nimmer lange BSTC sein...
...oder wie soll man das interverpretieren?
von yeti
Fr 27. Jan 2012, 13:38
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

Re: Open source Spin/PASM compiler in C/C++

Der c/c++ compiler auf Debian sieht schon besser aus, bloß gibt es Compilier-Probleme mit Systemen, die nicht Debian heißen :roll: :( . Nöööö... Andere benutzen PropGCC unter Windows und ich denke ich bekomme es auch unter anderen Unixen gebaut... PropGCC halte ich für zukunftssicher... Zum Spin/PA...
von yeti
Do 26. Jan 2012, 21:54
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

Re: Open source Spin/PASM compiler in C/C++

So, erstes Programm compiliert und erstes Manko festgestellt : Beschränkung auf 16 elseif's :cry: Gemaaaaaach... Es hat ja gerade erst die Beta erreicht... Anderes Programm compiliert, gut das geht fix, aber keine Beschleunigung bei der Ausführung. Also .binary wie gehabt. So muß das auch erstmal s...
von yeti
Do 26. Jan 2012, 18:01
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

Re: Open source Spin/PASM compiler in C/C++

Södele... Ich hab das Teil mal statisch gelinkt... (yeti@destiny:4)~/wrk/tmp$ ls -l spin -rwxr-xr-x 1 yeti yeti 647456 26. Jan 17:48 spin (yeti@destiny:4)~/wrk/tmp$ ldd spin not a dynamic executable (yeti@destiny:4)~/wrk/tmp$ ./spin -? Propeller Spin/PASM Compiler (c)2012 Parallax Inc. DBA Parallax ...
von yeti
Do 26. Jan 2012, 17:47
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

Re: Open source Spin/PASM compiler in C/C++

I have updated the project in google code to version r25. It now has CompileDoc translated from x86 to C/C++. This means the translation is complete. I added a -d option to spin.exe that will dump out the results of CompileDoc (it's the same is documentation mode in the Prop Tool). Now it's just an...
von yeti
Mi 25. Jan 2012, 01:56
Forum: Betriebssystem
Thema: Ich hatte einen Traum...
Antworten: 81
Zugriffe: 113890

Re: Ich hatte einen Traum...

paulruiz hat geschrieben:Hab jetzt auch 'spinsim' gefunden, und das seht sich sehr gut aus. CVM Kompiliert mit offene Quelle Spin Compiler funktioniert mit spinsim, und auch mit SPUD / BMA Debugger. Yippee! Fast alle Bauteile sind da, nur nog alles zusammen basteln.
--> spinsim ... durchdrehen auch auf dem PC
von yeti
Di 24. Jan 2012, 21:15
Forum: Betriebssystem
Thema: OpenSpin - Open source Spin/PASM compiler in C/C++
Antworten: 60
Zugriffe: 156654

OpenSpin - Open source Spin/PASM compiler in C/C++

OpenSpin Es tut sich was: Open source Spin/PASM compiler in C/C++ Bei GitHub: https://github.com/parallaxinc/OpenSpin Bald in den Sedimenten der Geschichte versunken: Bei Goochl: http://code.google.com/p/open-source-spin-compiler/ (... bitte Bidding farewell to Google Code lesen.) (((Altes Beispiel...
von yeti
Di 24. Jan 2012, 13:15
Forum: Betriebssystem
Thema: Hive Spin Compiler
Antworten: 3
Zugriffe: 8223

Re: Hive Spin Compiler

Den Hinweis zum "Open source Spin/PASM compiler in C/C++" hab ich in einen eigenen Thread umgebettet...
von yeti
Mo 23. Jan 2012, 23:16
Forum: Betriebssystem
Thema: Hive Spin Compiler
Antworten: 3
Zugriffe: 8223

Re: Hive Spin Compiler

(yeti@destiny:2)~/wrk/propeller/hsc$ ./test ../hive-trios-svn/hive-trios-read-only/flash/administra/admflash.spin Speicherzugriffsfehler Oha! (yeti@destiny:2)~/wrk/propeller/hsc$ file ../hive-trios-svn/hive-trios-read-only/flash/administra/admflash.spin ../hive-trios-svn/hive-trios-read-only/flash/...
von yeti
So 22. Jan 2012, 16:47
Forum: Betriebssystem
Thema: Ich hatte einen Traum...
Antworten: 81
Zugriffe: 113890

Re: Ich hatte einen Traum...

GCC ist beim Fibonacci Programm ca. 3-mal schneller als SmallC. (((...))) Ingesamt also sehr ernüchternd.... :( :( :( Nö! Ganz im Gegentum! In GCC stecken mittlerweile sicher nicht mehr in Mannjahren sondern eher in Mannjahrtausenden zu messender Aufwand. Der Vergleich mit GCC ist einfach nicht fai...