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
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
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...
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...
... 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...
... 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....
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...
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...
... SourceForge is a "container" for Open Source projects. There're tools to manage your projects, such as defining members, managing tickets, cvs/svn...
... 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...
... 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...
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:...
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...
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...
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...
... 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...
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...
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...
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...
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:...
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...
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...
... 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...
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...
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....
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...