JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from www.xs4all.nl/~wf/wouter/pic/jal Group Manager:...
2
Benjamin Petersen
benjamin@...
Apr 26, 1999 9:53 am
Just wanted to show my face.. Med venlig hilsen Benjamin Petersen Mark Product A/S Maglebjergvej 11 DK-2800 Lyngby Phone (+45) 45 93 98 80 ext. 21 Fax (+45) 45...
3
Doc
doctor@...
Apr 27, 1999 4:23 am
Hi I am curious to know what other people have done with JAL. If anyone is interested, you can see one at: ...
4
Des Bromilow
Des.Bromilow@...
Apr 27, 1999 4:52 am
My interest in JAL is based on trialling a portable avionics sesning/control platform for use in model aircraft and hanggliders/autogyros etc. I'm still not...
5
w. v. ooijen / f. han...
wf@...
Apr 27, 1999 5:32 am
... sesning/control platform for use in model aircraft and hanggliders/autogyros etc. ... shaping up to be the PIC16F84 with either JAL or a C language.... the...
6
Benjamin Petersen
benjamin@...
Apr 27, 1999 8:10 am
Hi I am curious to know what other people have done with JAL. If anyone is interested, you can see one at: ...
7
Benjamin Petersen
benjamin@...
Apr 27, 1999 8:14 am
Please remember to either mail or CC your responces to jallist@egroups.com. By default any replys will go to the sender... Regards Benjamin Petersen ... eGroup...
8
w. v. ooijen / f. han...
wf@...
Apr 29, 1999 3:16 pm
... Thanks Benjamin. I put my response to your wishes to the JAL list, it might generate some discussion... I have changed the order of you wishes a bit so it...
9
Benjamin Petersen
benjamin@...
May 3, 1999 12:48 pm
It seems to me that when using the following "FOR" construct it might not do what you think is should do : VAR BYTE x = 255 FOR x LOOP portb = x delay_1ms --...
10
w. v. ooijen / f. han...
wf@...
May 3, 1999 7:27 pm
... do ... as ... What you get is not always what you expect! for N loop .. end loop loops N times, where N is an expression. When you summply a variable for N...
11
Doc
doctor@...
May 3, 1999 10:23 pm
Hi Have you tried a longer delay, such as 100ms? ... From: Benjamin Petersen <benjamin@...> To: <jallist@egroups.com> Date: Monday, May 03, 1999 7:48...
12
Benjamin Petersen
benjamin@...
May 4, 1999 11:46 am
Since I like to optimize things I was was thinking about making a "How to optimize your JAL program", plese mail me or the list if you want to add anything. We...
13
w. v. ooijen / f. han...
wf@...
May 5, 1999 7:17 pm
This listing just begs for explanation (and some optimizations!). NB changes I mention here will be in the next JAL. ... Be aware that these kind of things can...
14
Benjamin Petersen
benjamin@...
May 7, 1999 7:29 am
... See thats great !!! ... You mean 14 bits (atleast on the PIC mid range) ... See this is here I would like to use the var Ct inside the loop, just like the...
15
Ramiro Villegas
ramirovillegas@...
May 8, 1999 3:43 am
I tried to use the rs-232 routines of JAL, but I couldn't run it. Somebody use this routines or have an example ? Ramiro Villegas ... eGroup home:...
16
w. v. ooijen / f. han...
wf@...
May 8, 1999 3:29 pm
... I just found out that asynch_receive can hang in next_interval. This might be a cause of trouble with the serial routines. No cure found yet. Wouter. ... ...
17
Andy Stansfield
Andy.Stansfield@...
May 9, 1999 8:11 pm
Hello to all, This Mr Van Ooijen appears to be a rather clever chap - I am impressed by JAL. I am trying to get JALoutput files to work on the EPE magazine...
18
w. v. ooijen / f. han...
wf@...
May 9, 1999 8:44 pm
Hi Andy ... JAL. That is a clever way to get my attention! ... JAL also generates a .asm file that should be acceptable to mpasm2.exe. Try this and use the...
19
w. v. ooijen / f. han...
wf@...
May 19, 1999 7:30 pm
The temporary JAL version 0.4-15 is available as http://www.xs4all.nl/~wf/wouter/pic/jal/jal0415.zip (dos/windows only). New: - all bugs I know of are...
20
Benjamin Petersen
benjamin@...
May 20, 1999 8:41 am
YES YES YES !!!!!!!!!!!! Atlast ;-) I'd say that we all send out thanks to Wouter. I will RUN home and try it out ! Regards Benjamin Petersen ... eGroups.com...
21
Jakub Travnik
TRAVNIJ1@...
May 20, 1999 5:31 pm
Hi all, I found that jal (ver 00.04-10) produces ineffective code in this ... include mypicdef function a(byte in x) return byte is return x end function a(5) ...
22
Benjamin Petersen
benjamin@...
May 21, 1999 7:46 am
Was the exitcode bug fixed in version 0.04-15 ? Regards Benjamin Petersen ... http://clickhere.egroups.com/click/67 eGroups.com home:...
23
Jakub Travnik
TRAVNIJ1@...
May 24, 1999 8:02 am
... NO, in 0.04-15 version the bug still appears. Regards, Jakub Travnik email: travnij1@..., web: http://cs.felk.cvut.cz/~travnij1 ... eGroups.com...
24
MattBeck@...
May 25, 1999 4:28 am
I've just started using jal and am already very impressed. Please keep up the good work. I tried to write a very simple program to receive a byte on startup ...
25
Benjamin Petersen
benjamin@...
May 26, 1999 7:36 am
This was working in JAL 04-10 Try to compile jal/doc/e0004.jal and you will see : jal 00.04-15 ... Could Not Find D:\Heat92;e0004.asm [oh btw : it seems that jal...
26
MattBeck@...
May 27, 1999 10:38 pm
In a message dated 5/26/99 4:09:26 AM Eastern Daylight Time, ... Thanks for the reply Benjamin. I had oringinally set up everything correct in the serialp.jal...
27
w. v. ooijen / f. han...
wf@...
May 28, 1999 5:35 am
The weather was very fine here in Holland the last few weeks (it still is!), so have been quite silent recently. But here I am again with my big mouth! ... ...
28
Benjamin Petersen
benjamin@...
May 28, 1999 7:59 am
... It's the same here, but I need to finish my Heat Control System before winter :-) ... We never saw a picture of you.... But okay, if you say so :-) I...
29
w. v. ooijen / f. han...
wf@...
May 30, 1999 4:06 pm
The temporary JAL version 0.4-16 is available as http://www.xs4all.nl/~wf/wouter/pic/jal/jal0416.zip (dos/windows only). New: - the problem Benjamin reported...
30
Axelk
axelk@...
May 31, 1999 9:58 am
Hi Wouter, hi all ... I cannot compile my project with the 00.04-15 and 00.04-16 ... jal.exe -cxA -ox -sv:\i2c92;jal_src v:\i2c92;jal_src92;temp.jal jal 00.04-01 ...