Search the web
Sign In
New User? Sign Up
Jal_developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
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...
Ziya ERDEMİR
ziya_erdemir
Offline Send Email
Feb 28, 2003
9:20 am
2
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...
picclock <mdare@...>
picclock
Offline Send Email
Feb 28, 2003
9:26 am
3
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...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
9:59 am
4
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...
japus10 <japus11@...>
japus10
Offline Send Email
Feb 28, 2003
10:03 am
5
... 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...
Rob Hamerling
digithalys
Offline Send Email
Feb 28, 2003
10:29 am
6
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...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
11:18 am
7
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...
picclock <mdare@...>
picclock
Offline Send Email
Feb 28, 2003
11:25 am
8
... 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 ...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
11:29 am
9
... 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...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
11:43 am
10
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 /*...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
12:12 pm
11
Sorry there are typing mistakes in my previous post. Here corrected. *** I mistyped the comments *** in procedure [void instruction_cycle( int n )} line:11371:...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
12:26 pm
12
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...
Sunish Issac
sunish4u2
Offline Send Email
Feb 28, 2003
12:34 pm
13
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...
Stef
aap_beertje
Offline Send Email
Feb 28, 2003
12:37 pm
14
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...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
12:51 pm
15
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,...
Ziya ERDEMIR
ziya_erdemir
Offline Send Email
Feb 28, 2003
12:53 pm
16
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 -...
Stef
aap_beertje
Offline Send Email
Feb 28, 2003
3:21 pm
17
... 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...
Rob Hamerling
digithalys
Offline Send Email
Feb 28, 2003
4:12 pm
18
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...
Javier Martinez
japus10
Offline Send Email
Feb 28, 2003
5:12 pm
19
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)...
picclock <mdare@...>
picclock
Offline Send Email
Mar 1, 2003
8:36 am
20
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:...
Javier Martinez
japus10
Offline Send Email
Mar 1, 2003
9:37 am
21
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....
Javier Martinez
japus10
Offline Send Email
Mar 1, 2003
10:47 am
22
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...
Javier Martinez
japus10
Offline Send Email
Mar 2, 2003
11:38 am
23
Sorry, the example is wrong: should be: const aap = 27 - 23 * ( SPI_clock ? ( target_clock / 4 ) ) Javi. ... From: "Javier Martinez" <japus11@...> To:...
Javier Martinez
japus10
Offline Send Email
Mar 2, 2003
11:41 am
24
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...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2003
5:50 pm
25
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...
Javier Martinez
japus10
Offline Send Email
Mar 2, 2003
7:00 pm
26
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,...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2003
8:11 pm
27
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 ) ...
Stef
aap_beertje
Offline Send Email
Mar 2, 2003
8:33 pm
28
... '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...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2003
9:06 pm
29
... 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...
Javier Martinez
japus10
Offline Send Email
Mar 2, 2003
9:16 pm
30
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...
Stef
aap_beertje
Offline Send Email
Mar 2, 2003
9:39 pm
Messages 1 - 30 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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