Search the web
Sign In
New User? Sign Up
jallist · JAL mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 23809 - 23838 of 27397   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23809
1 The very beginning: JAL FAQ version 0.03 June 8, 2004 1 1.1 JAL? PIC? Where do I start? 1 1.2 Where to get JAL? 1 1.3 Which PIC? 2 1.4 What's all this JAL...
jallist@yahoogroups.com
Send Email
Jul 1, 2007
12:50 pm
23810
This is the Jallist bi-weekly info message. JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from the <A...
jallist@yahoogroups.com
Send Email
Jul 1, 2007
12:50 pm
23811
The 18F PIC's are 8-bit microcontrollers (data memory is 8-bits), just like the 12F and 16F. 18F devices have a 16-bit instruction set. 12F and 16F devices...
demiankuipers
Offline Send Email
Jul 1, 2007
12:55 pm
23812
Greetings, ... Ah, alas, no, the older/smaller devices have a 12 bit instruction set, the newer ones (16 series) have 14 bit and the latest (18 series) have 16...
zmafoox
Offline Send Email
Jul 1, 2007
2:55 pm
23813
... OK, I've updated the freshmeat page (http://freshmeat.net/projects/jalv2/?branch_id=69843&release_id=256863) for this new release. Seb -- Sébastien LELONG...
Seb
sir.loon
Offline Send Email
Jul 1, 2007
5:45 pm
23814
... Ahh, confusing. I really only play in the shallow end of the pool. I know just enough to really get myself in trouble lol. ... Jal V2 looks very very cool....
Jake Anderson
zyeborm
Offline Send Email
Jul 1, 2007
11:18 pm
23815
Hi All, This my first post here - you're doing a great job & please keep it up. Although I'm not a JAL programmer (I'm using PICC for PIC) but due to my work...
wh_hsn
Offline Send Email
Jul 2, 2007
3:41 pm
23816
Just what is the relationship/difference in freshmeat vs sourceforge? "about" was no help at all.... D...
Dave Lag
daveismissing
Offline Send Email
Jul 2, 2007
7:14 pm
23817
Thanks for the post, a good IDE is something that can really make make our life easier... For now, I'm happy with JalEdit, but My dream IDE would be something...
Olivier Carnal
ocarnal
Offline Send Email
Jul 3, 2007
6:55 am
23818
... SourceForge is a "container" for Open Source projects. There're tools to manage your projects, such as defining members, managing tickets, cvs/svn...
Seb
sir.loon
Offline Send Email
Jul 3, 2007
7:27 am
23819
... JalV2 is worth a look. The only tricky bit for bringing up your projects in JalV2 is that the library code is not part of the compiler package. You need...
Mark Gross
gnar97229
Offline Send Email
Jul 3, 2007
4:10 pm
23820
... If you download my starterpack you get JAL 2.3, libraries, includes, JALedit, and 'out of the box' support for the 16f877, 16f877a, 12f675, 16f628 and...
Bert van Dam
bertloopvogel
Offline Send Email
Jul 3, 2007
10:27 pm
23821
Hi, I made a smalll procedure to print a string and it works. I love the flexible array support, thanks for this greate feature :-) I call this procedure like:...
Joep Suijs
jsuijs
Offline Send Email
Jul 4, 2007
1:08 pm
23822
Hi there, I finally got a bit of time for doing some test with jalv2 version 2.3. Here is something weird with flexible array used with const. First, let's...
Olivier Carnal
ocarnal
Offline Send Email
Jul 5, 2007
6:10 am
23823
Greetings, ... This isn't supported. Somehow it didn't occur to me until shortly before I decided to release v 2.3 and I felt the changes required to correctly...
zmafoox
Offline Send Email
Jul 5, 2007
6:06 pm
23824
Greetings, ... You've managed to expose two different bugs! Looking at the assembly files, the first bug is PCLATH<6> gets set if only CONST arrays are passed...
zmafoox
Offline Send Email
Jul 5, 2007
6:44 pm
23825
... Thanks, My message was just to let you know of that bug, which is not really a problem for me. I can totally manage to use var instead of const. BTW, I...
Olivier Carnal
ocarnal
Offline Send Email
Jul 6, 2007
5:57 am
23826
Perhaps I am doing something incorrect, or maybe not? I am writing a simple program to use PWM to control a dc motor with a 16f628a chip. I am using Bert's...
hunt4it44
Offline Send Email
Jul 7, 2007
6:01 pm
23827
Hi Randy, ... This program will run on a real 16f628: -- JAL 2 include 16f628_bert pin_b3_direction = output PWM_init_frequency (true, true) PWM_Set_DutyCycle...
Bert van Dam
bertloopvogel
Offline Send Email
Jul 7, 2007
8:06 pm
23828
Hi everybody, Not really a problem, but just so you know ;) I was doing some test with port_a (digital mode) and my program didn't worked... The initialisation...
Olivier Carnal
ocarnal
Offline Send Email
Jul 9, 2007
6:02 am
23829
Oups forget my previous message... I mixed up 16f628 and 16f877... _ADCON1 is 0x9F not 0x1F ... sorry about that... Olivier...
Olivier Carnal
ocarnal
Offline Send Email
Jul 9, 2007
9:16 am
23830
Thanks from myself as well! I have been trying the ADC on the 877 and ran into this problem too. This fixed it!...
Mark
mclavet05
Offline Send Email
Jul 10, 2007
1:51 am
23831
I was trying to adapt this from the proton basic website and found it would not compile with V2.2 and V2.3 V2.1 appears to compile ok the code is approx begin:...
hoyutor
Offline Send Email
Jul 11, 2007
1:14 am
23832
Hi, This does not look like JAL. What is the exact code you try to compile? Joep ... it...
Joep Suijs
jsuijs
Offline Send Email
Jul 11, 2007
11:50 am
23833
it is in proton picbasic but the averaging routine converts to jal easily enough. The idea is that new values have lower weights than the past values and if...
hoyutor
Offline Send Email
Jul 11, 2007
4:07 pm
23834
Greetings, ... Yes, but without seeing *your* code it's impossible to determine where the error might lie. `the code is approx' unfortunately gives no useful...
zmafoox
Offline Send Email
Jul 11, 2007
10:44 pm
23835
... fine. Same for me... here is my dummy code... I don't know if it works, but it does compile at least... Cheers Olivier ... include pjal_877 include...
Olivier Carnal
ocarnal
Offline Send Email
Jul 12, 2007
5:55 am
23836
Sorry for being so stupid. Thank you for the code Olivier but if you change it to this it screws up exactly like mine. ;Olivier's dummy program that compiles...
hoyutor
Offline Send Email
Jul 12, 2007
2:37 pm
23837
Greetings, ... Are you saying the compiler doesn't emit any kind of error code, it just dies? Please run it with the debug flag ('-d') and send me the results....
zmafoox
Offline Send Email
Jul 12, 2007
3:52 pm
23838
Thanks for your quick response. I am not computer savvy and only use jaledit. The compiler works but stops at writing results. The temp log generated in...
hoyutor
Offline Send Email
Jul 12, 2007
11:46 pm
Messages 23809 - 23838 of 27397   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