Heater, it was meant ironic ;-))
C is my favorit over years.
But compile a vm can be a nice compiler test.
Here a quick test: compile TinyVM (lejos) with gcc:
Type: Posts; User: Reinhard
Heater, it was meant ironic ;-))
C is my favorit over years.
But compile a vm can be a nice compiler test.
Here a quick test: compile TinyVM (lejos) with gcc:
Java on Propeller is sexy ;-))
http://www.youtube.com/watch?v=Mk3qkQROb_k
I tried compile the TinyJS Source without any (propeller-friendly) modifications.
seems
char *strdup(const char *source) from string.h
is missing ?
I use this version of...
always usefull
C:\propgcc>propeller-elf-gcc --target-help
The following options are target specific:
-m32bit-doubles Store doubles in 32 bits for faster and smaller
code.
-m64bit-doubles Store...
Yep!
spinsim is exactly the tool, what I needed ;-))
for example - - -
this command line:
C:\propgcc\demos\forumists\Reinhard\DES-RSA>spinsim -p -10 -l out.txt crypto_demo.elf
make this...
hi all,
I'm searching a simulator tool for P2.
This means: generate a elf - file with the propgcc toolchain and the simulator read the elf file and process the instructions.( Like gdb, but without...
Thank's to all be involved.I'll assert that if this issue run on C3, the propgcc (and the propeller) is in a liga like ARM.best regards,Reinhard
Yes, I see libstdc++ is a huge library and not needed for µCs like prop.But other objects like vectors can be used from STL, and this is a big advantage. (in xmm / xmmc models)
Hi, currently I test some C++ features.
I use the SimpleIDE Version 0.6.2. and have this code snippet
#include <vector>
#include <string>
#include <iostream>
using namespace std;
MOV OUTA, PEACE
happy easter !
Hi, have just installed the SimpleIDE-0-6-2.i686.debian-vm-linux.tar on my netbook.
Run all the demos without any problem.
Very good work !
Thank you !
--------------------------
Reinhard
"NEW LYRICS TO BEATLES SONGS"
=============================
Write in C ("Let it Be")
------------------------
When I find my code in tons of trouble,
Friends...
Good hidden docs ;-) found here
http://elinux.org/RPi_Documentation
I like Dave's icon
help proplems to avoid
the integral paraboloid
Ouch!
Hi, my suggestion is a icon like this
the IDE is a tool to help from idea to flash the (propeller) chip
< someone can find a relation to the (prop) inventor and his idea> :smile:
and the...
Hi Steve,
with error message I mean this (attached) Message Box.
It appears on each Download to my demoboard.
But I ignore it and wait til the blue "usb" Led is finished with flash, than I click...
Sorry about the very, very late response, but I have a lot of other "hobbies" .
Just today I download the 0.3.2 version from the g**gle side.
After successful install I tried several preloaded...
knoppix@Microknoppix:~$ /media/sdc1/propeller/bin/propeller-load -r -t hello.elf
Propeller Version 1 on /dev/ttyUSB0Writing 8972 bytes to Propeller RAM.
Verifying ... Download OK![ Entering...
wow respect, jvm in asm is really cool!
years ago, I tried a jvm in asm for the PIC17C42, at this time this was the high end µC from microchip.
but it wasn't so the hit.
With 32bit target and...
mindrobots, thank you for the links
the last is a very long thread, I have not know it and go reading,
Hope I have not drop a brick,
thanks
Reinhard
@mindrobot; why
@heater: where (I am really interesst)
thanks
Reinhard
... I think this is not impossible ( have a little bit experience in jvm )
I know this is a long term project, but it is interesst for me and get start it in any case.
What think the forum...
I have this code snippet:
void main()
{
int a = 0xAAAA;
int c = __clzsi2(a);
}
sorry, I make tabula rasa few weeks ago, because I have trouble with space.
Here is the attached zip.
Reinhard
I think to write a library for personal use is not too hard, with dedicated functions on certain pins.
remember myRobot Lib, I started last year.
...