Re: pilMCU progress (slowed)

2014-11-26 Thread George Orais
Hi Alex,> > > as Jkob said, its a new 64bit CPU :) > > > > Some kind of derivative of this : http://software-lab.de/doc64/asm ? > > Bingo! Not a derivative, but a 1:1 implementation of that.Thanks! was going > to say the same thing :) Hi Kuba, > Cool, I use old school IMAP account with an actu

Re: pilMCU progress (slowed)

2014-11-26 Thread Alexander Burger
Hi Kuba, > > as Jkob said, its a new 64bit CPU :) > > Some kind of derivative of this : http://software-lab.de/doc64/asm ? Bingo! Not a derivative, but a 1:1 implementation of that. ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pilMCU progress (slowed)

2014-11-26 Thread Kuba Tyszko
Hey, On Nov 26, 2014, at 12:09 AM, George Orais wrote: > Hi Kuba! > > I see that Jakob and Alex already covered most of your inquiry, but i'll just > answer you too ;) > > > > First of all, great progress with the pilMCU so far, I hope the EEPROM > > continues to work and you can move on to

Re: pilMCU progress (slowed)

2014-11-25 Thread George Orais
Hi Kuba! I see that Jakob and Alex already covered most of your inquiry, but i'll just answer you too ;) > First of all, great progress with the pilMCU so far, I hope the EEPROM > continues to work and you can move on to the next step. Thanks!! and yes, i utilized one push button so that every t

Re: pilMCU progress (slowed)

2014-11-25 Thread Alexander Burger
Hi Kuba, in addition to what Jakob said: > Think for example of micropython or armpit-scheme - those are able to > run on many microtrollers, I personally run them on a STM32F4 that's > quite powerful (1MB flash, 200KB RAM) - pretty good for a > mictrocontroller I compiled miniPicoLisp here on a

Re: pilMCU progress (slowed)

2014-11-25 Thread Jakob Eriksson
On November 25, 2014 at 11:19 AM Kuba Tyszko wrote: > is this actually the whole picolisp converted somehow to a dedicated CPU > running on FPGA, or is that an actual CPU emulated (say some kind of ARM), > and picolisp compiled for that CPU ? It is a new CPU. > > I'm just trying to have a se

Re: pilMCU progress (slowed)

2014-11-25 Thread Kuba Tyszko
Hi Geo, First of all, great progress with the pilMCU so far, I hope the EEPROM continues to work and you can move on to the next step. A small suggestion - please put big image files on some site (imgur etc) and attach - it would be easier, downloading large email file takes time (I don't use

pilMCU progress (slowed)

2014-10-17 Thread gporais
Hi List, Just want to inform that progress will be a bit slow coz I’m going home tomorrow and be able to get back on this after 10 days, but im bringing my laptop with me and see how it goes there 😊 I’m still stuck with EEPROM coz it’s using I2C bus in which is serial, on my simulated versio