Hi all - I've been fooling with JAL and the 16F88 the past few nights, and think I found a snag that needs addressing in the "pragma target fuses" when applied...
Hi Tim, This is not a problem only in f88, you will notice that only 1rst config word can be accessed. This is a problem in chips with several config words:...
Vasile requested that I added the jal sourceforge website http://jal.sourceforge.net to the jal webring. http://X.webring.com/wrman?ring=jal&addsite I am not a...
Craig Franklin
craigfranklin@...
Jul 18, 2004 1:20 am
1006
Can anybody outline off the top of their heads what needs to be done to the compiler to support the new 10F2xx series parts? I've got one sitting next to me...
... The 10F series are the same as the 12C series, which jal should support. Old versions of JAL did, anyway. ... Javier is the compiler guru, next to Wouter....
Hi Brian, In a first view to datasheets seems that those devices are close enough to PIC12 series, so it shouldn't be a problem to take one of those as a base...
Javi, some sites can't be added to Webring, for example the Sunish Isacc IDE site is pending, his host is deleting the webring banner. If the sourceforge will...
Javi, Thanks! That seems to have worked pretty darn well. I now have a PIC12 library and a 10F200_int_4_int_mclr.jal include file that appears to generate...
Hi Brian, ... Please can you attach the files here? In this way we can include them for all. ... OK. I see it in datasheets, 0x08..0x0F are unavailable. In a...
Javier, OK, I've uploaded the two new files to a new folder in jal_developers called Brians_Files. Check them out and see if you see anything I've forgotten. ...
Jal Developers, Can any of you tell me what the calling vectors are used for? In treerep.c there is the 'chip_with_call_vectors' macro. Are call vectors used ...
Hi Brian, "vectors" in JAL means that all CALL entry labels are placed at first in page_0 (and then set the correct page for jump) in this way: ORG 0000...
Just curious, nothing important, in the code below, "data_booter" should be included, but is not. I even believe that in previous compiler versions include was...
Ok again me, with another stupid question ;-) Is procedure nesting allowed ? I cann't find anything in the manual, so I guess YES. The compiler doesn't...
Stef, I know that you write this too late at night and I'm reading it too early at morning. ;) Please, be more explicit. Regards, Javi. www.japus.org...
... definitely ... can you show a (small) weirdly-behaving program? Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische...
hi Javi, it works, but different from what I expected ;-) Now I had to reproduce the problem, I discovered another (interesting) phenomen Look at the var AAP, ...
... Hi Stef The if-statement is a statement, not a compiler directive. And both the then-part and the else-part are separate scopes (nested within the ...
hi Wouter, Javi, As always it didn't work in a small program, so I had to strip the large program down. But below is the minimal program . After a reset the...
... Well here is a collection of all the "fancy" files, used in this example but I don't think it has anything to do with the fancyness ;-). So maybe it's...
hi guys, as I ran into another weird problem (changed too many things at once) So I started my simulator and solved that one. So I decided to ran the procedure...
I ran into a "code too large" error when exceeding 2K of code on a 16F88 (a 4K part). So I went ahead and changed target_last_rom to 0xFFF, and all seems OK,...
hi Tim, ... Is this a "pragma" statement ? And if is is there also a pragma to change the data-romsize ? (I like to use target=628 for all my pics, because of...