il compiler

M

Thread Starter

Mario de Sousa

Hi Jiri,

I am currently writing a basic_il demo, in which the chaser program is written in il.

It seems to me that the il2c compiler supports the JMP function, but how does one declare a label in the il program?


Cheers,

Mario.
--
----------------------------------------------------------------------------
Mario J. R. de Sousa
[email protected]
----------------------------------------------------------------------------

The box said it requires Windows 95 or better, so I installed Linux

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
M

Mario de Sousa

> I am currently writing a basic_il demo, in which the chaser
> program is written in il.
>
> It seems to me that the il2c compiler supports the JMP function,
> but how does one declare a label in the il program?


Arrgh...!

Sorry. I've figured it out!

Cheers,

Mario.
--
----------------------------------------------------------------------------
Mario J. R. de Sousa
[email protected]
----------------------------------------------------------------------------

The box said it requires Windows 95 or better, so I installed Linux

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
I guess that means I should write an il manual, doesn't it...

Is doc/logic/il.html a good place for it?

Jiri
--
Jiri Baum <[email protected]>
"In my opinion, the GPL is optimized to build a strong software community at the expense of a strong commercial software business model."
--Craig Mundie, Senior VP, Microsoft; 17 May 2001

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
M

Mario de Sousa

How about
doc/man/logic/il.html ?

There seems to be a lot of stuff in doc/ that are not user manuals. Under doc/man we can have an index.html file.

Mario.

--
----------------------------------------------------------------------------
Mario J. R. de Sousa
[email protected]
----------------------------------------------------------------------------

The box said it requires Windows 95 or better, so I installed Linux

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
Mario:
> How about doc/man/logic/il.html ?

Done.

I used "manual" rather than "man" so as not to get confused with man pages.


Jiri
--
Jiri Baum <[email protected]>
"In my opinion, the GPL is optimized to build a strong software community at the expense of a strong commercial software business model."
--Craig Mundie, Senior VP, Microsoft; 17 May 2001

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
Top