<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://deepjava.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://deepjava.org/feed.php">
        <title>deep crosscompiler</title>
        <description></description>
        <link>https://deepjava.org/</link>
        <image rdf:resource="https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico" />
       <dc:date>2026-04-10T15:57:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://deepjava.org/crosscompiler/deep_projects?rev=1671548199&amp;do=diff"/>
                <rdf:li rdf:resource="https://deepjava.org/crosscompiler/donts?rev=1456403585&amp;do=diff"/>
                <rdf:li rdf:resource="https://deepjava.org/crosscompiler/hardware?rev=1607610572&amp;do=diff"/>
                <rdf:li rdf:resource="https://deepjava.org/crosscompiler/lowlevel?rev=1607610598&amp;do=diff"/>
                <rdf:li rdf:resource="https://deepjava.org/crosscompiler/start?rev=1607609922&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico">
        <title>deep</title>
        <link>https://deepjava.org/</link>
        <url>https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico</url>
    </image>
    <item rdf:about="https://deepjava.org/crosscompiler/deep_projects?rev=1671548199&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-20T15:56:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>crosscompiler:deep_projects</title>
        <link>https://deepjava.org/crosscompiler/deep_projects?rev=1671548199&amp;do=diff</link>
        <description>Create and manage deep projects

When creating new projects all the necessary settings will be written automatically in a configuration file (PROJECTNAME.deep in the root folder of the project). This file can also be manually edited to change project settings.</description>
    </item>
    <item rdf:about="https://deepjava.org/crosscompiler/donts?rev=1456403585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-25T13:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>crosscompiler:donts</title>
        <link>https://deepjava.org/crosscompiler/donts?rev=1456403585&amp;do=diff</link>
        <description>Do&#039;s and Don&#039;ts

Java is a very powerful programming language and offers a large and complex library. Only a subset of the standard library is supported on the target to keep a small memory footprint and maintain a high performance.

Don&#039;t use longs if not absolutely necessary</description>
    </item>
    <item rdf:about="https://deepjava.org/crosscompiler/hardware?rev=1607610572&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-10T15:29:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>crosscompiler:hardware</title>
        <link>https://deepjava.org/crosscompiler/hardware?rev=1607610572&amp;do=diff</link>
        <description>Accessing the Hardware

Java was developed as a safe language. It does not allow direct access and manipulation of absolute memory locations. Nevertheless this is essential for embedded programming. We therefore include this possibility by the use a special java class</description>
    </item>
    <item rdf:about="https://deepjava.org/crosscompiler/lowlevel?rev=1607610598&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-10T15:29:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>crosscompiler:lowlevel</title>
        <link>https://deepjava.org/crosscompiler/lowlevel?rev=1607610598&amp;do=diff</link>
        <description>Low-level Routines

There is a set of methods contained in the class LL.java. These methods handle functions which should cause no call to a method but which could be implemented directly with one or several machine instructions depending on the target architecture. 
For more information see</description>
    </item>
    <item rdf:about="https://deepjava.org/crosscompiler/start?rev=1607609922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-10T15:18:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>crosscompiler:start</title>
        <link>https://deepjava.org/crosscompiler/start?rev=1607609922&amp;do=diff</link>
        <description>Java Crosscompiler
 IMPORTANT Limitations
Currently our compiler has the following limitations:
	*  Arrays are supported up to three dimensions. 
	*  Array size in any dimension must not exceed 216 bytes.
	*  synchronized not yet implemented. 
	*  Bytecode instruction</description>
    </item>
</rdf:RDF>
