... Why not develop every PIC application on a 16F877A, developping and testing is MUCH faster and easier, translating the code to for instance 12F675 or...
bad news for you jake, jal v1 or v2 only work with the 14bit instruction pics (like the 16f series and some 12f as far as i know) the full answer to this...
well, maybe my mention to the 16F84 was a bit outdated (i have more than couple of them around my lab, so i want to use it, sorry, maybe it's not a good...
... an ... 1. A 16F877A an almost direct replacement and it is cheaper. 2. Sample, as Stef suggested! 3. Start your own shop... Wouter van Ooijen --...
... JAL 0.455 can be used in combination with 18f pics. I have one tiny A/D project on my website (variable flashing LED) with an 18f242, and Wouter has some...
Yes, I tried it, I don't remember if I ask to microchip specifically (I used to play with motorola uC at that time), but I did with many (fairchild, national,...
... for the 18f ... JAL 0.455 can be used in combination with 18f pics. I have one tiny A/D project on my website (variable flashing LED) with an 18f242, and...
... I completely agree with you Stef. For the last few weeks I've been playing with a 18F4550 (the one with USB). I am using MPLAB C18 and I must say I'm very...
... Hans, didn't you see the smiley ? Of course JAL is much "better" than C ;-) Especially the readability of JAL is better, but I guess that's the chicken and...
... No, and it is the same content as the autoposts. ... but I can't find that document anywhere. ... ir EE van Andel eur@... www.fiwihex.nl Fiwihex...
Can someone point me in the direction of the most up-to-date version of Stef's stand-a-lone program. I found v 5 but that didn't work too well and I saw a...
... it wasn't there yet, now it is. http://oase.uci.kun.nl/~mientki/pic-tools/jal/libs2/INC2JAL.zip Can you tell me what didn't work in v5 ? cheers, Stef...
Thanks for the program, but still having some problems. On V7 I have some problems. Linker file not found message comes up and I cant point it towards the lkr...
Stef, A bit more info. I made a mistake when I copied the inc and lkr files into the same directory. One was 18C242.inc and the other was 18F242.lkr (c vs f)....
Hi All, Looking at www.100acre.org/elec/nokia_lcd/ the file for the font_5x7.jal is blank. I emailed the author several days ago but got no answer. Anyone...
Stef, One more thing. P16F767.INC appears to have worked so maybe the problem is limited to the 18F series or maybe the 18F242 only. Regards, Gordon Williams ...
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
Nov 6, 2006 12:14 am
22917
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
Nov 6, 2006 12:14 am
22919
... I remember this question- just not the answer :( check the archive? ( I know, I know -thanks for nothing,,,)...
... I appear to have this file \added files\nokia 3310 philips andre miller/font_5x7.jal Where would you like it? ...... Actually-- I had already put it in...
Thanks, Ian Forse was kind enough to send me the file. I was missing a procedure from the package but wrote something to replace it. I now need to connect it...
For a project I'm working on I need a PIC12F629 to output a frequency between 2000 en 22000 Hz depending on the Timer0 value. My program uses Timer0 to divide...
Here's an interesting question: Is it possible for a program to know wether it is running on a 16f877 or on the A-version: the 16f877A? Have fun, Bert ...
Changing the position of the pin like this Clock_out = ! Clock_out will only work if the pin is not loaded. So, I would replace this: Cock_out = ! Clock_out by...