On Fri, 01 Oct 2004 00:54:06 +0200, Stef Mientki <s.mientki@...> ... OK. This is in line with the datasheet. All bits have a unique short notation. ...
... With a 'put procedure? That does take precedence over a variable with the same name, right? I agree with stef: messing with the ports in assembler is...
Hi all, Eur, I've some already done, I'll send you to your email box (not here because zip size is 1.2MB). [PS] Hope that you are familiar with perl. :) ...
... Yes, but IMHO it would be reasonable to give access to the unbuffered port in pure Jal too. For instance when all 8 bits are always used together the...
To optimize for speed, I often use pragma target chip 16F628 even when using 16F877. Now just passing the 2K boundery, I was thinking of using pragma target...
the compiler switch -ow should result in parameter passing through w. Does this wsitch still works ? (because I cann't see any difference :-( What I do see,...
some suggestions for tris flushing (I still am not able to remove shadowing efficiently :-( :-( My suggestions: 1: don't use "tris" instruction because it's...
What about naming in 12F675 / 12F629 ? The IO ports are called there GP or GPIO and tris is calles TRISIO. I solved this problem, by simpling adding PORTA and...
Hi Stef, I think that we must go to a specific "jpic" for each processor, not only with SFRs but also with Config, RAM, Flash, Eeprom, etc. Here's the "jal"...
hi Javi, ... I fully agree with you, Yes that's the way to go !! (but it doesn't solve the problems with the weird 12F675 naming) And if then pragma max_rom...
... It may not improve much in those respects, but it will improve the 'acceptance' (by the compiler and its users) of future - even many current - PICs...
Dear Jalians I'm putting together a project proposal for my school where I would include paying money to somebody to add features to JAL I'm looking at adding...
... hi Massimo, I like the idea very much. But as Wouter says, it's not cheap, and therefor economical very hard to achieve. (btw, before I forget, or you...
... Stef, I support this. Also see my post in jallist #16180 ... When i moved from 16F628A to 16F648A i made JAL (4.60) believe that the chip was a 16F877....
I was just experimenting with I2C on a 16f877 and after a bit of debugging I found that the I2C Jal libraries are using port A, pins 3 and 4 for the I2C. ...
hi Mark, I'm not familiar with I2C libraries, but here are a few general remarks, ... I think you're looking at I2C library, that uses software I2C, i.e....
... hmm I guess it is a bit banged implementation. I didn't really catch that when I was looking over the code. In that case the only thing I would change is...
hi developpers, cleaning up JALcc, brings me to the commandline, and the problems with spaces in the paths under windows. The problems with spaces can be...
... Are you sure about the last? I've done a simple test by renaming the LIB directory to "LIB SP". Now when I specify the parameter -S"G:\JAL-0.4.60\LIB SP" ...
Hi Javi, ... I don't see it. Does it make a difference if the spaces are in the first or last part of the name? ... Regards, Rob. -- Rob Hamerling, Vianen, NL...
On Thu, 25 Nov 2004 22:47:26 +0100, Stef Mientki <s.mientki@...> ... Great software works even if don't expect it to work :-) -- Ir. E.E. van Andel,...
Hi all The malloc warnings in 4.10 changed to hard errors in 5.3, and gmake gives up. It says something about "conflicting types" in malloc.h I removed this...