Hi all, Some changes are made to jal.c and jpic.jal. Please, update your sources. Changes: - in "instruction_cycle( int n )", about tmr0 overflow simulator....
Hi Stef, I've been playing with jal.c and I've added a new operator "?" called 'check'. You can download here, but take care that you're my beta tester (or...
Javi, ... I updated to Jal 1.3. It seems that it doesn't only require Jpic.jal but also Jrtl.jal? At least when I compiled Wisp628.jal without these it first...
Hi Rob, ... I've take off the jal runtime library and put it in a separate file. All files are in CVS, so you must update your jal/lib directory with those...
Hi Javi, [Rob] ... [Javi ... 'Should' be, but it isn't! You'll see one surprising difference in the header of the ASM listing: Jal 1.3 takes 18F242 as target,...
hi Javi, works great ! thanks ! Here is part of the code I needed (and checked): (now I've still find something to invoke timer2, when _SPI_clock == 3 ) ...
... 'Better' maybe for (performance) comparisons, but otherwise? I think it is an advantage when the source file(s) can be compiled by different compilers on...
... This sound nice to my ears! ... Now we have a potential problem, code aproach to cryptic C. We loose the simplicity. ... The runtime library is a file that...
hi Javi, ... But the echo is canceling the sound ;-) ... Yes, you're quiet right !! It can be made somewhat simpeler, like this <JAL> -- this will calculate...
Hi Rob I have found at least 1 case where hex file is different. I did not do file comparisons on the rest but did download the hex file and it did not work. I...
Very true, what matters is "The only requirement I see is that the resulting JAL compiler generates the same hex file from the same Jal source." Sunish ... ...
Hi Stef, ... I think wouter can answes this whether it is bug or not. but I think this will be the subject of next year (too difficult for now) ... For...
Hi Ziya I've tried to use the debugger but with no real success. I suspect that this may be my own ineptitude. I've got it to stop at a breakpoint and display...
Ok. Javi, I have downloaded updated source. There will be e few improvements on simulator part. ... So I will send my program to your e-mail address. I think...
Hi Javi, Can you chanhe the order of t_16f876 and t_16f873 (put them after t_16f88? as you see belove structure chip_t and chip_name are one-to-one order) /*...
Hi, about one month ago I removed Dev-c++ from my computer. Because I couldn't use its debugger. I asked if someone used it before with debug. Regards Ziya ......
On Mon, 03 Mar 2003 08:57:26 -0000, "eur_1965 <eur@...>" ... Did I just post in HTML? Shame on me! -- Ir. E.E. van Andel, Fine Wire Heat Exchangers,...
... testing, testing.... -- Ir. E.E. van Andel, Fine Wire Heat Exchangers, Fiwihex B.V. www.fiwihex.com Wierdensestraat 74, NL-7604 BK Almelo, The Netherlands...
Hi all As you might have seen, I added a lot of files to the JAL repository on SF. These are mainly tools for automatic compiling on Posix OS's. Somehow SF...
Hi all, [Rob] Damn! I forget some 'volatile' in jpic.jal. :-( Updated. Now you have more space. ;-) Test it please. [Ziya] Corrected the 'bug'. Damn again!...
Dear Javi ... I have downloaded Jal.c (1.4) and jpic.jal (1.3) from SF. Is that enough? I used these to build a new Jal.exe and with this a new Wisp628.hex. ...