Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Jal_developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 106
  • Category: Algorithms
  • Founded: Feb 28, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
4 Jul 22, 2004
7:21 am

japus10
Send Email

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...
2 Jul 8, 2004
5:48 am

japus10
Send Email

-- Regards, Javi. www.japus.org ... From: Craig Franklin <craigfranklin@...> To: GNUPIC <gnupic@...> Subject: DOS gputils Date: Sun, 04 Jul...
1 Jul 4, 2004
8:59 pm

Javier Martínez
japus10
Send Email

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,...
2 Jun 30, 2004
3:25 pm

Javier Martínez
japus10
Send Email

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....
3 Jun 30, 2004
7:50 am

Eur van Andel
eur_1965
Send Email

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...
4 Jun 24, 2004
7:16 am

Vasile Surducan
vsurducan
Send Email

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 ... :-( ...
11 Jun 18, 2004
6:46 am

Wouter van Ooijen
wvooijen
Send Email

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...
2 May 15, 2004
12:47 am

Craig Franklin
craigfranklin@...
Send Email

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. ...
8 May 6, 2004
6:16 pm

Rob Hamerling
digithalys
Send Email

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...
3 Apr 21, 2004
9:01 am

Eur van Andel
eur_1965
Send Email

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...
3 Apr 16, 2004
6:59 am

Rob Hamerling
digithalys
Send Email

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.)...
1 Apr 15, 2004
6:31 pm

Javier Martínez
japus10
Send Email

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...
3 Apr 7, 2004
7:39 pm

Rob Hamerling
digithalys
Send Email

On Tue, 11 Nov 2003 22:52:24 -0800, William "Chops" Westfield <westfw@...> ... Good. Subscribe to Jal_developers@yahoogroups.com, that's where the...
10 Mar 19, 2004
8:01 am

WilliamChops Westfield
westfw
Send Email

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...
4 Mar 1, 2004
7:57 am

Vasile Surducan
vsurducan
Send Email

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...
1 Feb 17, 2004
7:35 pm

Javier Martínez
japus10
Send Email

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! -- ...
1 Feb 15, 2004
10:35 am

Javier Martínez
japus10
Send Email

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 : ...
1 Feb 15, 2004
10:15 am

Javier Martínez
japus10
Send Email

Reported by Erwin de Winter. ... From: Wouter van Ooijen [mailto:wouter@...] Sent: Wednesday, February 04, 2004 1:34 PM To: 'Erwin Winter' Subject: RE:...
2 Feb 4, 2004
5:02 pm

Javier Martínez
japus10
Send Email

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...
4 Jan 24, 2004
10:07 am

Javier Martínez
japus10
Send Email

Hi all, If anyone is interested in a set of html files of JAL documented sources with Doxygen, the link is: ...
1 Jan 18, 2004
9:25 pm

Javier Martínez ...
japus10
Send Email

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...
2 Dec 23, 2003
8:20 am

japus10
Send Email

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 ...
1 Dec 10, 2003
4:25 pm

Eur van Andel
eur_1965
Send Email

... 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...
1 Dec 8, 2003
9:36 pm

Eur van Andel
eur_1965
Send Email

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?...
13 Dec 3, 2003
6:22 am

WilliamChops Westfield
westfw
Send Email

Can someone fold this into the Jal libraries? ... From: Benjamin Hinrichs [mailto:dh3ben@...] Sent: Wednesday, November 26, 2003 1:30 PM To: wouter@... ...
9 Dec 2, 2003
4:56 pm

Javier Martínez
japus10
Send Email

hi JAL developers, I had a nasty error today: <JAL> var byte temp assembler movlw temp ;this loads the address of temp in W ;but I meant to get the...
1 Nov 26, 2003
10:41 pm

Stef Mientki
aap_beertje
Send Email

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...
2 Nov 20, 2003
7:56 am

Wouter van Ooijen
wvooijen
Send Email

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...
8 Nov 14, 2003
8:01 am

Wouter van Ooijen
wvooijen
Send Email

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 ...
2 Nov 13, 2003
1:22 pm

Eur van Andel
eur_1965
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help