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 Eur, ... Yes, in the same way. Example: jal kas13_3b.jal >> out.txt jal kas13_3b.jal | more ... Perhaps nobody erased this part, maybe the changes were made...
... That is a problem that needs to be fixed. http://groups.yahoo.com/group/Jal_developers/message/881...
Craig Franklin
craigfranklin@...
Nov 13, 2003 1:47 am
896
... <westfw@m...> ... And here I am... ... Right. I have lots of unix USER experience, and a lot of C development USING unix. Just none writing code for the...
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 ...
... Oops. in comparing the mac to PC JAL compiler output, I noticed that my PC was compiling VERY slow using the image built under cygwin. the distributed...
Bill I use jal to teach microcontroller programming since last october we have developed a simple IDE written in java which works on Mac, Win and linux. it...
Massimo Banzi
massimo.banzi@...
Nov 13, 2003 11:36 am
904
... The JAL compiler reads one source file and writes one hex and one asm file. That is all the interaction with the OS. ... That is exactly what we need. Do...
... internal /MCLR, you are sure that it boots up right? Don't use internal /MCLR if you don't need it. ... Try: include 12c509a_int_4_ext_mclr include jdelay ...
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...
... If you mean that you modify a bit in the PORTA etc. register: defintely BAD. Please don't do this. The main reason is that a port pin that is heavily...
... I fully agree ! But if you want to optimize, take a look at the tris registers, they are shadowed too, and I don't think there's any need for. Stef...
Hi all, ... Wouter, you're right (as always ;-). All pins of port are previously read, not only the modified one: "Therefore, a write to a port implies that...
... If you really want to save the stack position (which seems worthwhile on the low-end PICs), I don't see why you can't just get rid of the port_x_flush...
Hallo Eur, BillW, others, ... I wonder if you mean 'interaction' or 'platform dependency'. In either case file I/O is not the only issue! The Windows version...
... Whoa. I have limits. I am particularly interested in having it work on MacOSX, and I can run/compile/etc for W98 and W2k as well, but I'm by no means a...
Hi Bill, ... Like all of us! ... I'm no cross-platform expert either. But when users of the more 'exotic' platforms give feedback to the mainstream developers...
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...
... This is the wrong place but I don't know where the good place would be. Could you try with CMD_PORT replaced by: def CMD_PORT( self, Name = None ): ...
Can someone fold this into the Jal libraries? ... From: Benjamin Hinrichs [mailto:dh3ben@...] Sent: Wednesday, November 26, 2003 1:30 PM To: wouter@... ...
... note: this code always enables interrupts, not a good idea! (same for the write) Wouter van Ooijen -- ------------------------------------------- Van...