Vasile requested that I added the jal sourceforge website http://jal.sourceforge.net to the jal webring. http://X.webring.com/wrman?ring=jal&addsite I am not a...
Hi all - I've been fooling with JAL and the 16F88 the past few nights, and think I found a snag that needs addressing in the "pragma target fuses" when applied...
Hi Javier, Wouter ... Yikes. Since the compiler counts the stack levels, could it be so kind to print the procedure names when the stack overflows? PS. Yes,...
Hi ... With constants in different included files, this is harder to spot. You have to grep for the const in the other files to make sense of it. -- Ir. E.E....
hello developers (or should I say hi Javi), Since the last few versions, JALcc cann't detect the compile error. I first thought it was due to a small change I...
Hi Javier I've encountered a weird error msg which was hard to repair, because there was ... It is obvious where the error is. But in a large program ... :-( ...
Hi all, Recently I started writting some notes while fighting with JAL sources. These notes are sourcecode related, so some changes will be only in my PC and...
Hi all, I've just made some changes to JAL in sf.net: - Published JAL sources package 0.4.60. - Changed cvs version to 0.4.61. - Uploaded some new changes. ...
hi at all I am spanish, from Madrid ... What do you think about the posibility to make a JAL Web in Spanish? JAL is a powerful PIC's developers language and...
I see in the JAL sources (0.4.59) in parser.c line 1299 } else if (scanner_is_like_advance("12f88")) { Looks to me this should be "16F88" Regards, Rob. -- Rob...
Hi all, I've just uploaded to sourceforge.net the binary package of current JAL 0.4.60. Compilation have been made for i686 processors (athlon, pentium, etc.)...
Hi! I'm looking at the JAL source, and would like to try compiling it. I'm running in a DOS shell, and my target environment would be a DOS shell. It seems as...
There is a bug in the 18F version of HPAGE. At the end of some case opcode_hpage : { there is a line n = x >> 8; which should be if( target_cpu == pic_16 ){ n...
Hi all, About the bug in the expression: C = 5 * 5 / 2 Actually, this (from JAL manual): "... For operators of equal priority the leftmost operator gets higher...
Hi all, Take a view, gpal it's part of gputils. And JAL it's mentioned here: http://gputils.sourceforge.net/gpal.html [PS] Craig, success and go on! -- ...
Hi all, Only in CVS tree, new JAL version is "0.4.60". I must learn how to make the distribution files and make full test for pin_a5,6,7. Last changes : ...
Reported by Erwin de Winter. ... From: Wouter van Ooijen [mailto:wouter@...] Sent: Wednesday, February 04, 2004 1:34 PM To: 'Erwin Winter' Subject: RE:...
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...
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...
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 ...
... 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...
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?...
Can someone fold this into the Jal libraries? ... From: Benjamin Hinrichs [mailto:dh3ben@...] Sent: Wednesday, November 26, 2003 1:30 PM To: wouter@... ...
Excuse me if this is the wrong place to ask XWisp questions. I managed to get Jal working on MacOSX but now I'm stuck with uploading the hex file with XWisp...
Hi all, I've been playing with jpic.jal (new_jpic.jal in this email), seems that we can save one call and few more. Changes, port_a, port_b, pin_a0, etc. (not...
include 12c509a_int_4_int_mclr include jdelay var bit outpin is pin_b2 ; GP2 pin_b2_diretion = output -- pin b2 connet a led forever loop asm bsf outpin ...