help in deciphering isSymb() macro

2011-08-27 Thread Edwin Eyan Moragas
Hi List, came across these macros in pico.h: #define isSym(x)(num(x)WORD) #define isSymb(x) ((num(x)(WORD+2))==WORD) what is the intent of isSymb()? as compared to isSym()? yes, still on that long path of understanding the C implementation. :). this is still minipicolisp by the

Re: Building the full 64-bit version

2011-08-27 Thread Alexander Burger
On Fri, Aug 26, 2011 at 07:10:06PM +0200, Alexander Burger wrote: Great, thanks! Got code.s ... will analyze it on Sunday. Good, just now I found the time! :) So I constructed a new src64/sys/x86-64.openBsd.code.l from what I found in your code.s. I can't test it, but I hope it is correct. I

Re: Building the full 64-bit version

2011-08-27 Thread Jakob Eriksson
On Sat, Aug 27, 2011 at 08:25:05PM +0200, Alexander Burger wrote: Ah, one important point: Can we be sure that OpenBSD uses the ELF linker format? If not (e.g. the old a.out format), we might have problems similar to those on Mac OS. Yes: http://www.phiral.net/openbsdasm.htm I don't

Re: help in deciphering isSymb() macro

2011-08-27 Thread Alexander Burger
Hi Edwin, came across these macros in pico.h: #define isSym(x)(num(x)WORD) #define isSymb(x) ((num(x)(WORD+2))==WORD) what is the intent of isSymb()? as compared to isSym()? as ever, the files doc64/structures, doc/structures and mini/doc/structures are the absolute key to

Subscribe

2011-08-27 Thread Kim Max
Hello Kim Max fixer...@gmail.com :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe