Hi and welcome to our new discussion list. As you know Jal is a powerful and easy-to-use compiler and needs tobe improved further. I have a suggestion at this...
Hi All I've been a bit dissappointed with sourceforge. The access time is very slow and the password bit makes it a pain. Is there a 'standard' compiler for...
I used C++ Builder 5.0 and code size is 270K. I didn't compile the source with Watcom but as discussed before Rob: "About the same as with the GCC compiler for...
Hi all, I just signed in, hope to be usefull. ... compiler, current bugs must be fixed first. There is a huge to do list. Howerver most of them are not...
... So far I have used 3 compilers. All produced exe-files were OS/2 commandline (console) applications. As test I compiled Wisp628.Jal. I got the following...
Hi Javi, ... Yes ofcourse. sourceforge will be used to update source and keep new versions. This is just a discussion list and some documentation may be keep...
Hi All Wow this really works. ;-) The problem with page switching is beacuse the pclath bits are incorrectly set prior to the subroutine call. Hence...
... I created that list but I am not able to receive any posts or replies. Yahoogroups is better than sourceforge mailing list and we may continue here . Ziya ...
... Do you mean rearranging pclath bit settings according to procedure addresses alrady placed in different pages? If so it is ok (also good idea :). ... I can...
Hi, the followings are my modification. Javi can you modify your source with these and update source on sourceforge? line:11340: #define option_psa 0x08 /*...
Sorry there are typing mistakes in my previous post. Here corrected. *** I mistyped the comments *** in procedure [void instruction_cycle( int n )} line:11371:...
Why should we be bothered about the exe size so much ? Does it realy matter ? We can reduce the size considerable after good compression right ? I would love...
hi Developers, this is a good initiave (good idea Ziya) ! Now the normal folks can follow what's all going on in the developers heads. Sourceforge is to...
Hi Sunish, I succesfully compiled source with C++ Builder 5.0. This procedure works: From pulldown menu Select Project->Add new project->Console vizard-> C...
Thanks Stef, If there is any other bugs please post here then I will list them in a file. Ziya ... From: Stef To: JAL Developers Sent: Friday, February 28,...
I don't know if all of these are bugs, features or badly documented, but for a start: - Normal JAL calculations, routines should be allowed in interrupts -...
... We should not bother, but smaller exe-files load faster and as a rule of thumb (= not always) run faster. An addition to my previous list. Today I have...
Hi Rob, I'm using Dev-C++, a GPL Win gui based in gcc. Works fine (without those warning or errors) and makes a executable of about 430Kb. This is only to give...
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...