Search the web
Sign In
New User? Sign Up
Jal_developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 405 - 434 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
405
hi JAll, I'm still working on the SM-bus (Simple Measurement Bus, it's a pure coincidence that these are also my initials ;-). At the moment I've good results...
Stef
aap_beertje
Offline Send Email
May 4, 2003
2:34 pm
406
... Wouter that sounds great ! I would be much obliged if one of the JAL developpers could merge the "pragma raw interrupt' into a new version !! It could...
Stef
aap_beertje
Offline Send Email
May 4, 2003
4:33 pm
407
hi All, I use JAL compiler 00.04-53 (bc55), and the following code generates an error on the SECOND "pragma error" <JAL> pragma target chip 12F675 if...
Stef
aap_beertje
Offline Send Email
May 4, 2003
11:45 pm
408
... I think Javi is back, but if you use the 4.55 version I hit the first pragma. <JAL> pragma target chip 12f675 pragma target clock 20_000_000 pragma target...
Mark Gross
gnar97229
Offline Send Email
May 5, 2003
12:28 am
409
... Thanks Mark, that works. I has a little trouble finding 4.55, both on Javi's site and the developpers Yahoo group the latest version was 4.54, but this...
Stef
aap_beertje
Offline Send Email
May 5, 2003
5:24 pm
410
I reviewed cvs and the released files. Below is a list of issues that need to be resolved. Please keep in mind that this isn't meant to critize any...
Craig Franklin
craigfranklin@...
Send Email
May 7, 2003
3:15 am
411
Hi Craig, ... that ... Don't worry, I'm the first critizing me! I was going to answer line by line your post (thanks for it). But all my answers goes to a...
japus10
Offline Send Email
May 7, 2003
9:08 am
412
... I wouldn't tak too much of the blane Javi. The missing GPL headers, the missing my fault. The POSIX release distclean thing is partialy my doing as is...
Mark Gross
gnar97229
Offline Send Email
May 7, 2003
6:36 pm
413
hi All, I found a bug, both in my program and in JAL compilers (or at least an inconsistancy) <JAL> if x > 5 then </JAL> the above statement gives an...
Stef
aap_beertje
Offline Send Email
May 7, 2003
8:32 pm
414
also x <= 5 gives error x < 5 no error Stef...
Stef
aap_beertje
Offline Send Email
May 7, 2003
8:46 pm
415
... Apparently, you disagree with my comments about the windows package. Please elaborate....
Craig Franklin
craigfranklin@...
Send Email
May 8, 2003
2:02 am
416
... I just re-read your issues. You are correct, issue 5 needs to be fixed for the windows Binary release. I thought in issue 3 you where talking about the ...
Mark Gross
gnar97229
Offline Send Email
May 8, 2003
1:47 pm
417
... jal-0_4_55 cvs tag has been added. I can't find a copy of the 0.4.54 source so I can't tag it. ... Fixed. I also added a few flags for linux. It generates...
Craig Franklin
craigfranklin@...
Send Email
May 9, 2003
7:53 am
418
Turning on the debug tracing I see that node nr=0870 triggers the assertion. Node 0870is the + op for 'byte' type. 0870@0009 N: op + 'byte' [0] ...
Mark Gross
gnar97229
Offline Send Email
May 15, 2003
4:26 am
419
does any of you, knows (briefly) which is the difference between jal04.53 and jal04.55 splitted versions ? because in jal04.53 there isn't this error. top 10...
Vasile Surducan
vsurducan
Offline Send Email
May 15, 2003
6:18 am
420
... I do now. This problem and the issue with the build of the wisp628rh not working because of the 4.55 version of JAL makes larger images for some code is...
Mark Gross
gnar97229
Offline Send Email
May 16, 2003
2:10 am
421
Well, I rolled back that one function and I've done some more testing. It seems that its better. The asm looks good, and the a = a - b bug is still fixed and...
Mark Gross
gnar97229
Offline Send Email
May 16, 2003
4:12 am
422
by gum he's right. Althoug, fixing it or not is almost a no-op. The following code hits this code path (line 106 of parser.c from the CVS code tree) c = ( 10...
Mark Gross
gnar97229
Offline Send Email
May 17, 2003
1:53 am
423
I finally created a BASH shell script for running the test suite that is in the Source Forge CVS. That DOS batch file set was driving me crazy. Its a starting...
Mark Gross
gnar97229
Offline Send Email
May 17, 2003
6:16 pm
424
My Jal produced in incorrect length field in the .hex file for 18F eeprom data. XWisp ignores this error, but MPLAB/PS+ has chokes on it. I think I corrected...
Wouter van Ooijen
wvooijen
Offline Send Email
May 19, 2003
9:30 am
425
I can merge this into the SF tree if you like. What function is do these 4 lines of changes go into? Also, I curious. Do you have other tweaks do you have...
Mark Gross
gnar97229
Offline Send Email
May 19, 2003
3:35 pm
426
Hi Mark, ... ... What I remember this is not new. There are to diferent cases here: - Make the correct asm code. - There's still a bug in my changes that...
Javier Martinez
japus10
Offline Send Email
May 21, 2003
9:35 pm
427
Hi Mark, Tell me what's the situation now, after some days missing I'm missed. :-( I think that we need to check this with the other type of variables ...
Javier Martinez
japus10
Offline Send Email
May 21, 2003
9:47 pm
428
... yes. I've been working more on proving regression status of the CVS JAL and I backed out a change you made to one function becuase it seemed to cause ...
Mark Gross
gnar97229
Offline Send Email
May 22, 2003
12:00 am
429
Hi Mark This code: <JAL> pragma target chip 16f877 pragma target clock 4_000_000 pragma target osc xt var bit y var byte x, preset x = 10 ...
Javier Martinez
japus10
Offline Send Email
May 24, 2003
6:22 am
430
I just double checked the behavior of the Linux GCC, Cygwin-GCC and the MSVC build of the the CVS tips and they all assert in codegen.c. Only it now asserts at...
Mark Gross
gnar97229
Offline Send Email
May 24, 2003
1:48 pm
431
Hi Mark, Compiled in minGW, it's "jal 0.4.54 (GCC 3.2)". Is this correct? Take exe file from http://groups.yahoo.com/group/Jal_developers/files/jal.exe ... and...
Javier Martinez
japus10
Offline Send Email
May 24, 2003
4:06 pm
432
I removed rtllibrary.c a few days ago. It was an empty file. A comment said its data was moved to another file. This is an inherent problem with having...
Craig Franklin
craigfranklin@...
Send Email
May 24, 2003
6:46 pm
433
The version in the CVS prints jal 0.4.55 (GCC 3.2) not 0.4.54. I'll try you exe when I get a chance later, I'm on my Linux box at the moment. --mgross...
Mark Gross
gnar97229
Offline Send Email
May 24, 2003
6:49 pm
434
... Thats ok, its not a big deal. ... Its an MSVC'ism, that isn't fixible through the config scrips. Its also not a big deal. I'll fix it monday, I bet I...
Mark Gross
gnar97229
Offline Send Email
May 24, 2003
6:53 pm
Messages 405 - 434 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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