Hi vasile, First thanks for the very good explanation for the A series. That cleared everything. And now some word on your project. A am not a student(yet,...
... [cut] ... When I was a kid my electronics experiments were a bit more bizarre than building an amplifier. I used a recordplayer motor to power my Meccano...
I am a 41 year old hobbyist. Let me preface this by saying that all of my electronics knowlege (recognizing it is limited :) )is self taught. In my opinion,...
1 The very beginning: JAL FAQ version 1.0 March 23, 2008 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
May 4, 2008 3:51 pm
25111
Are JALv2c include files for the 16f690 available? I have tried to modify JAL460 include files with no success. Thanks!! ...
this is my first time using a 16f88 and I was trying to blink an LED. here is my very simple code: include 16f88_bert pin_a0_direction = output pin_a0 = low ...
This is an example of what probably is missing: pragma target fuses 0 0b_11_1111_0010_0010 ; hs oscillator pragma target fuses 1 0b_11_1111_1111_1100 ...
There may be another more recent version of the compiler that has fixed this problem iirc. Regards, Gordon Williams ... From: "hunt4it44" <hunt4it44@...>...
You will have to generate your own. There are two options: inc2jal program from Seff (you will need to google it) http://www.robh.nl/jal/ Both are works in...
Rob, A few comments about your processor include files. I have just had a browse over the 886 and it looks good. I have been using Stef's files but they need...
Greetings, On Mon, 5 May 2008 09:43:50 -0400, Gordon Williams wrote ... It looks to me like he's just setting reasonable default values. These can be ...
Greetings, ... B00028. Fixed in the 17 March release. ... That's odd. The configuration register description in one of the include files must be wrong. --kyle...
As many have said, goto's should be avoided, but the proper placement of a goto in a tiny resource (code) environment like a micro can save very large amounts...
... I disagree, so: Examples please! ... Your code should not work, the scope of a lable is the assembler block, so you can jump to your hears content *within...
Kyle, I obtained the copy of Jal I am using from Bert's website (starterpack1dot4.zip). i appreciate the comment about the updated version and will download...
Mr Ooijen, I apologize for disagreeing but I have successfully used this technique for the past 4 or 5 years with JAL (4.60). I have attached a simple example...
Greetings, On Tue, 6 May 2008 19:17:34 -0400, Gordon Williams wrote ... Please try a later release. I know this currently works, and think it was fixed in...
I didn't seen anything about that in the change notes for the b or c versions. I downloaded the b version and it is different but doesn't work the bit is not...
Hi, this is certainly to to a bug in my adress-line mapping procedure which try to find the correct address for each line of jal code found in the comment of...
... procedure ... found ... Was sent, thank you. Plese modify the comment ; as well the --. ; is not changing the colour of commented text. Basil ... for ... ...
should be simple, but once again I cannot figure it out! i want to display the battery voltage to the tenth decimal place on an lcd (i.e., 6.2 volts). I can...
The 6.2 V the pic cant measure so you need to use or a resistor divider to drop the peak voltage just below 5 V or whatever voltage you are powering your pic...
Gordon, I think probably will be too difficult for Randi to implement an assembler routine into jal. A slower methode but entirely in jalV2 is here. Assuming...