gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: Should JAL be added to the gputils?
From: Mark Gross
Date: Tue, 6 May 2003 20:20:23 -0700

On Tuesday 06 May 2003 08:03, Ralf Forsberg wrote:
> On Mon, May 05, 2003 at 07:49:12PM -0700, Mark Gross wrote:
> > On Monday 05 May 2003 17:32, you wrote:
> > > On Monday 05 May 2003 14:18, Ralf Forsberg wrote:
> > > > Does anyone know how active the development of JAL is? I ask since
> > > > when I try to compile any file with the cvs on sourceforge it failes
> > >
> > > Its not as active as it should be, but there seem to only be about 3
> > > folks doing more than testing.  I'm going to be hitting it hard
> > > starting in June. ;)
>
> Sounds good :-). What are you planning to do?
>

Off the top of my head, my list of todo's is:
Find and fix bugs, or at least push Javi to fix them ;).
Add a warning / error feature for direct addressing of memory outside the 
current page.
Beef up the test suite to run under Linux / Cygwin instead of DOS.
Look at speeding up the complier.  (only if its easy)
Look at what it would take to add support for other processors (AVR, 8051, the 
USB enabled PIC16C765/JW - 2 PIC I'm getting samples for ;)

Figure out how to make CTAGS work with JAL code.
Add featues to my VIM syntax definition file (needs an indenting spec)  BTW 
Bram has accepted my current jal.vim :)


> > > > with:
> > > > >  error: operator not known for these operands
> > > > >  file 'jpic.jal' line 501 char 60
> > > > >
> > > > >  :     var byte a at trisa = ( trisa & 0x0F ) | ( ( d & 0x0F ) << 4
> > > > >  : ) -----------------------------------------------------------^^
> > >
> > > I think you have an old set of library files.  This line is now on line
> > > 517 in jpic.jal for the current SF version of JAL.  It looks like your
> > > mixing lib versions with jal.exe versions.
>
> Yes that was it, sorry, and thanks.
>
>  / Ralf


gnupic@linuxhacker.org