... note: this code always enables interrupts, not a good idea! (same for the write) Wouter van Ooijen -- ------------------------------------------- Van...
Hi Wouter, ... ... and the same in "jpic.jal". :-( -- line 929 in jpic.jal loop: btfsc eecon1_wr -- wait for finishing write goto loop bcf eecon1_wren bsf...
Hi, Files updated. I can't find on datasheets nothing about GIE while reading EEPROM, so I erased this from procedures. Updated also "flash_put" in jpic.jal...
Hi Wouter, ... OK, it's a work around for a 'feature'. :-) I'll update eeprom_get in JPIC16.JAL only, except you want to modify JPIC.JAL too. ; required...
... except that you should re-enbale GIEH only when it was set to begin with ! Wouter van Ooijen -- ------------------------------------------- Van Ooijen...
Hi In the Jallist a suggestion was made for dividing the lib files over several directories. Is it hard to make the compiler delve into subdirs of the lib dir?...
... IMHO the compiler should never of its own free will search a subdirectory. IMHO there should be two or three ways to get at a lib file in a subdirectory: ...
... I think every Delphi programmer will fully agree with this. When Delphi-1 came out, this seemed a very powerfull tool. From Delphi-3 uptill Delphi-7...
... I think this is usless. Probably it cames from someone who is not using the posibility of defining the search path for own library. A huge project will...
... Vasile, I get your idea, but still disagree,... ... as nothing is perfect (including JAL libs), I think it's better to have 1 place for 1 (almost sacred)...
... That's mainly something the library writers want. I am not a big fan of such a split (like I don't like the split of the compiler over different files),...
... OK, that's nice ! ... Maybe it's not usefull for people like you and me: JAL-users who have selected a fine set of libraries, but think of those...
Hi all, Better a good help file (man, docs, etc.) with all these files explained than this directory tree. A split it's interesting when you need a 'logical...
... agreed ... this is already coded. Should the compiler search the sub-dirs of this dir as well? ... main JAL program? hmm. I don't like OS stuff (like...
... I fully agree. -- Ir. E.E. van Andel, Fine Wire Heat Exchangers, Fiwihex B.V. www.fiwihex.com Wierdensestraat 74, NL-7604 BK Almelo, The Netherlands...
... The leading principles for pathnames in library includes should be: 1. only relative pathnames, relative to on of the starting points mentioned in the...
... Some sort of recursive search would be necessary to support the existing base of source code and compile instructions. I'm not overly fond of the idea,...
... I like it. The "base" is not necessary, IMHO. jlib needs to know where the other files are too? ... These must be project-specific, then. But JAL works...
On Wed, 10 Dec 2003 09:59:08 -0500, "Gordon Williams" <g_will@...> wrote: Hi Javi, This would not be my preferred way. I would suggest that the new ...
Maybe someone can solve this, but I fear I will have to dig into this myself. This (memory allocation) is probably the most difficult part of the compiler. NB...
Hi Wouter, I see in jal file that it's in parameters of procedures, I'll try to take a view this weekend. Regards, Javi. www.japus.org ... this ... part of ......
Hi Jal compiles and installs fine under FreeBSD 4.8, with the gmake package. ./configure gmake gmake install Some complaints about headers, but no errors. I've...
Hi Eur, ... We can add to the install instructions this BSD mini-howto. ... Can you tell us more about this? ... If compiles OK ... let to a BSD Master this...