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...
... Jalv0.4.xx has it hay day a few years ago. Since then its development has stagnated. In a sense it became "mature" in so much as it worked well enough...
... IIRC, there was never much development that happened on the JALv1 sourceforge project (or, never much productive development? Seemed like a lot of churn...
... Jal V2 was a coup d'etat by some people. I have never installed it and never ran it. I rely on some weird JAL features ( like raw interrupts) that do not...
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 all, Available patches in jal.sf.net: ID Summary 1352435 10Fxxx support 1352433 Preprocessor support 1118846 JAL 16F648 Extensions Regards, Javi....
... Yes, I understand. ... This sounds great! Thanks. In the meantime I'll try to come to a more integrated solution. I'll keep you posted. Cheers, Marco -- ...
Hi all, ... Marco, you hit in the bulls eye. Ask in the jallist how many of them have a C compiler to build latest JAL sources .... ... and now think that...
... I agree, but while on unix-like systems a pre-processor is (almost) always present, on other systems (windows), it is not. I'm not interested in windows ...
... hello Marco, Javi, As a non-C-programmer, I cann't understand the full extend / consequences of this C-isch macro implementation, but here a few remarks: ...
... You are right, it would impede code sharing. I think of this feature as a "sharp knife", to be used exclusively when unavoidable, but I understand that ...
Hi Marco, ... Yes, but what about sharing code? These macro functions will make JAL "other" language (JAL-cpp vs JAL), that is you'll not able to share code ...
... Yes, but if someone doesn't need it, he can just ignore it. One possible solution could be to selective enable the preprocessor support when running the...
Hi Marco, Sorry, I've been busy. ;) Just 2 questions. The main one: seems that needs an external C preprocessor, isn't it? This will be useless for 95% of...
... I've added that switch. Now if you run jal with the "-P" switch, it will invoke cpp for you. Compiling the example of the previous message would become: $...
... Hi Javier, I apologize for the late answer, but I've been out of town. ... of course. The main use of preprocessor support in jal is to write macros, short...
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...