Can someone fold this into the Jal libraries? ... From: Benjamin Hinrichs [mailto:dh3ben@...] Sent: Wednesday, November 26, 2003 1:30 PM To: wouter@... ...
Excuse me if this is the wrong place to ask XWisp questions. I managed to get Jal working on MacOSX but now I'm stuck with uploading the hex file with XWisp...
Hi all, I've been playing with jpic.jal (new_jpic.jal in this email), seems that we can save one call and few more. Changes, port_a, port_b, pin_a0, etc. (not...
include 12c509a_int_4_int_mclr include jdelay var bit outpin is pin_b2 ; GP2 pin_b2_diretion = output -- pin b2 connet a led forever loop asm bsf outpin ...
Hi Can the WIN32 jal.exe write its output to std_out, so it can be redirected in a file or piped into more? Now there is no way to see what the options are. ...
Hi all, All of you know by recent posts in jallist that actually it's impossible to "reserve" a RAM area, avoiding the compiler to use it. Just because the...
Hi Trying to get JAL running on FreeBSD 4.8. ... The ... Looks a bit suspicious. Should there be something after the "="? But that needs changes in configure,...
Dear all I'd like to know which is (if it is defined) the RAM area (IN PIC 18F252) where jal put declared variables. I need to be SURE that in Bank 4 and Bank...
Dear all I'm customizing jal libraries for my project. As i wrote i built a 512 byte buffer (to bufferize a big serial input) using FSR2 and POSTINC2 (so i...
Hi The JAL distro that I got contained some CR/linefeeds. (at least in some JAL source) The JAL compiler doesn't complain, but in an editor it looks a bit ...
I have been working for a long time on a remote display. There are some problems that I couldn't find the source of these problems. After receiving 100-150...
... Then it's a bug ! The compiler gives an error, so if Nmodule is a variable, I guess it's value is of no importance ? I also tried it on the latest version...
Hi ... apparently, the compiler does not complain. Should it? The fans do change speed when I say ... but fan1 and fan2 (the bytes) stay 0x00 PS. The reason...
Hi all, I'm trying to make a diff with CVS and get this error: cvs [diff aborted]: *PANIC* administration files missing What error is this? My command is: cvs...
Hi, I am just getting started with the 16F84 Microcontroller and trying to find a good programming language to use. I was initially directed to PicBasic, but...
... Hash: SHA1 go to http://sourceforge.net/projects/jal/ grab the jal-win32 package if you only want the binary, otherwise get the jal package if you want the...
... Hash: SHA1 It seemst to pass the regression tests well. What do you think? - --mgross ... Version: GnuPG v1.2.3 (MingW32) Comment: Using GnuPG with Mozilla...
Hi Craig, When I try to use gpasm with a wrong file (see in the example below the fileext.), I get a segmentation fault (I've the same error in gpasm-0.11.4). ...
Hi all, Here's some words explaining the new changes made in JAL. My intention is to try to explain how to use some of the new changes, mainly for the compiler...
... GPL Jal didn't have a website for several months, so I made that one as a quick fix. It is basically a modified version the gputils website. I didn't...
... Hash: SHA1 Get yours at http://sourceforge.net/projects/jal/ This version adds PIC18 mnemonics, and support for building native win32 relaeses using mingw....
Hi all, This line (note the mistake of "at" instead of "is"): <JAL> var volatile byte keyscan at port_a_low </JAL> ... make this errors: [japus11@localhost...
I am not sure this is the right place to ask. I have a serious problem programming chips with wisp628 programmer. I am experimenting with HI-TECH PICC LITE...
For use in assembler blocks, not in simulator yet. Hex file needs to be checked. Javi. -- test file for addfc, subfwb, sunwfb, rlncf, rrncf include f452_20 ...