[fonc] prototype.st under object works?

2008-10-17 Thread Chun, Sungjin
Hi, with Werror option, I cannot even compile it. Any fix for this? what version is considered stable? Thank in advance. ___ fonc mailing list fonc@vpri.org http://vpri.org/mailman/listinfo/fonc

Re: [fonc] ( picoVerse-:( picoLARC assembler and FoNC ) )

2008-10-17 Thread John Leuner
On Sun, 2008-10-12 at 21:23 -0700, Kjell Godo wrote: > Could you please explain: > > (:reg (:early-cleanup :reg) ,#'(lambda (op cg) > (movl-reg cg (output (lhs op)) :reg (eax cg)) > > (emit-epilogue cg))) > ? This is a pseudo-instruction that takes the r

Re: [fonc] ( picoVerse-:( picoLARC assembler and FoNC ) )

2008-10-17 Thread John Leuner
> I looked at the jolt-burg directory > There seems to be a static code generator and a dynamic code generator. > Does the dynamic code generator spit out binary? It generates code into memory at runtime > The code generator that I was looking at seemed to be outputting ascii > assembler source c