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

Re: pilMCU progress

2014-10-13 Thread andreas
Cool! Thanks for the update :) > Hi List! > > > Just want to share another finished module: ttyIn is working well with > ttyOut now 😊 > > Will proceed to EEPROM so that we can load the ROM image for pilMCU > bytecodes 😉 > > > Keep you all posted cheers! > > > BR, > > Geo > > > > > > Sent fro

Re: pilMCU progress

2014-10-12 Thread Jakob Eriksson
Great news :-) On October 12, 2014 4:23:07 AM CEST, gpor...@yahoo.com wrote: >Hi List! > > >Just want to share another finished module: ttyIn is working well with >ttyOut now 😊 > >Will proceed to EEPROM so that we can load the ROM image for pilMCU >bytecodes 😉 > > >Keep you all posted cheers! >

Re: pilMCU progress

2014-10-06 Thread George Orais
Thanks Andreas and Heow! will keep you posted :) On Monday, October 6, 2014 7:50 AM, Heow Goodman wrote: I haven't been this excited since I was 7 and waiting for Santa. - h On 2014-10-5, 3:17 PM, andr...@itship.ch wrote: > Hi Geo > > Great stuff, keep it going! :-) > >> Hi Everyone! >

Re: pilMCU progress

2014-10-05 Thread Heow Goodman
I haven't been this excited since I was 7 and waiting for Santa. - h On 2014-10-5, 3:17 PM, andr...@itship.ch wrote: > Hi Geo > > Great stuff, keep it going! :-) > >> Hi Everyone! >> >> Here is the first progress, ttyOut is working great ;) attached is the >> picture, sorry for the mess, will a

Re: pilMCU progress

2014-10-05 Thread andreas
Hi Geo Great stuff, keep it going! :-) > Hi Everyone! > > Here is the first progress, ttyOut is working great ;) attached is the > picture, sorry for the mess, will arrange this once my new PC will arrive. > > Next will be ttyIn then EEPROM so that i can load the ROM code using Tera > Term, more