Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Jal_developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 106
  • Category: Algorithms
  • Founded: Feb 28, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1 - 30 of 1254   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 Ziya ERDEMİR
ziya_erdemir Send Email
Feb 28, 2003
9:20 am
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...
2 picclock <mdare@.....
picclock Send Email
Feb 28, 2003
9:26 am
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&#39; compiler for...
3 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
9:59 am
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...
4 japus10 <japus11@....
japus10 Send Email
Feb 28, 2003
10:03 am
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...
5 Rob Hamerling
digithalys Send Email
Feb 28, 2003
10:29 am
... 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...
6 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
11:18 am
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...
7 picclock <mdare@.....
picclock Send Email
Feb 28, 2003
11:25 am
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...
8 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
11:29 am
... 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 ...
9 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
11:43 am
... 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...
10 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
12:12 pm
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 /*...
11 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
12:26 pm
Sorry there are typing mistakes in my previous post. Here corrected. *** I mistyped the comments *** in procedure [void instruction_cycle( int n )} line:11371:...
12 Sunish Issac
sunish4u2 Send Email
Feb 28, 2003
12:34 pm
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...
13 Stef
aap_beertje Send Email
Feb 28, 2003
12:37 pm
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...
14 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
12:51 pm
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...
15 Ziya ERDEMIR
ziya_erdemir Send Email
Feb 28, 2003
12:53 pm
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,...
16 Stef
aap_beertje Send Email
Feb 28, 2003
3:21 pm
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 -...
17 Rob Hamerling
digithalys Send Email
Feb 28, 2003
4:12 pm
... 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...
18 Javier Martinez
japus10 Send Email
Feb 28, 2003
5:12 pm
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...
19 picclock <mdare@.....
picclock Send Email
Mar 1, 2003
8:36 am
Hi Javi I'm using the same compiler, Dev-c++, but my exe files are only 265 kB. Have you selected console mode from project options ? My (limited)...
20 Javier Martinez
japus10 Send Email
Mar 1, 2003
9:37 am
Hi Martin, Unchecked Debug Info in the compiler options (it's already in console mode) and makes an executable of 280 KB. Regards, Javi. ... From:...
21 Javier Martinez
japus10 Send Email
Mar 1, 2003
10:47 am
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....
22 Javier Martinez
japus10 Send Email
Mar 2, 2003
11:38 am
Hi Stef, I've been playing with jal.c and I've added a new operator "?" called 'check&#39;. You can download here, but take care that you're my beta tester (or...
23 Javier Martinez
japus10 Send Email
Mar 2, 2003
11:41 am
Sorry, the example is wrong: should be: const aap = 27 - 23 * ( SPI_clock ? ( target_clock / 4 ) ) Javi. ... From: "Javier Martinez" <japus11@...> To:...
24 Rob Hamerling
digithalys Send Email
Mar 2, 2003
5:50 pm
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...
25 Javier Martinez
japus10 Send Email
Mar 2, 2003
7:00 pm
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...
26 Rob Hamerling
digithalys Send Email
Mar 2, 2003
8:11 pm
Hi Javi, [Rob] ... [Javi ... 'Should&#39; 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,...
27 Stef
aap_beertje Send Email
Mar 2, 2003
8:33 pm
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 ) ...
28 Rob Hamerling
digithalys Send Email
Mar 2, 2003
9:06 pm
... 'Better&#39; maybe for (performance) comparisons, but otherwise? I think it is an advantage when the source file(s) can be compiled by different compilers on...
29 Javier Martinez
japus10 Send Email
Mar 2, 2003
9:16 pm
... 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...
30 Stef
aap_beertje Send Email
Mar 2, 2003
9:39 pm
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...
Messages 1 - 30 of 1254   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help