I'm porting my MarkIII sample programs from Jal0.4.62 to jalv2 and I'm having problems with the hex file output of the Jalv2 compiler. After futzing around a...
... Actually Wouter's site is ABOVE the JAL wikipedia entry on Google, as are two other JAL pages. http://www.google.nl/search?q=jal (hit 7, 8, 9) Yes, google...
I'm just starting to play with Jalv2, and the first thing I've noticed is that the URL for the source in almost all of the documentation out on the net point...
Hi, I've spotted these lines in jpic.jal: var bit pin_e0_direction at trisc : 0 var bit pin_e1_direction at trisc : 1 var bit pin_e2_direction at trisc : 2 I...
Hi, I've added support to jal for cpp-like preprocessors (cpp, gpp, ...). This essentialy allows to write macros using #define (and correctly handle line...
hi All, I just encountered the following problem I've a function "detect_US", which should return true when a valid US-echo is detected In the main program I...
hi All, Having again an application, that has problems with the 2k-border, and not be able to make all the code 2k-safe (program becomes too large), I want to...
Hi developers I've made a collection of example files (list at the bottom) but I have ... I've updated "Changelog" as well and try to commit it. ... login...
... I have added a archive file with a binary. It output only a xml tree. Use. ./jab < LED2.bsc The backend is simple, constant expression elimination, dead...
Thanks for the notice. I have it put to a other server , http://m8-i.net/bas/ . -- +++ GMX - Die erste Adresse für Mail, Message, More +++ 1 GB Mailbox...
Hi. From my previous post, i have announced, that i have (alpha) a alternative jal compiler. Unfortunatly for my, the jal language itself has some intrigous ...
Hi. A while back I took the compiler source and added in support (it was not complicated) for the 10Fxxx series parts. I just found the source and the...
Please comment it shortly. It's feasible to use var#get var#put instead of var'get var'put. var'get clashed with the comment syntax of pbasic. On the other...
hi All, I found some weird bug again, .... ... am I the only one who finds these strange bugs ? ... or the only one who dares to report these possible bugs,...
... weird. You did ./configure it first, right? as in: iMacDiane:~/jal root# ./configure I believe I left that out of the original instructions :-( Run this...
Hi, Stupid question - how much effort would take to adapt jal for PIC 18F6390. Is this something I can do myself by following instrunctions/sugestions or is it...
On Wed, 23 Feb 2005 23:18:05 +0100, Eur van Andel <eur@...> wrote: Hi This works for the 4.62 version of JAL, get it from sourceforge, or this obscure...
hi Guys, Is there anything about a maximum line length in JAL ? If not, here's another bug ;-) ;-) A program working perfectly yesterday, changing nothing in...
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...
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...
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. ...
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...