<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://comfilewiki.co.kr/en/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://comfilewiki.co.kr/en/feed.php">
        <title>COMFILE Technology&#039;s Documentation Library - cubloc:interrupts</title>
        <description></description>
        <link>https://comfilewiki.co.kr/en/</link>
        <image rdf:resource="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-30T15:07:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://comfilewiki.co.kr/en/doku.php?id=cubloc:interrupts:index&amp;rev=1771601855&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png">
        <title>COMFILE Technology's Documentation Library</title>
        <link>https://comfilewiki.co.kr/en/</link>
        <url>https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://comfilewiki.co.kr/en/doku.php?id=cubloc:interrupts:index&amp;rev=1771601855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-20T15:37:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://comfilewiki.co.kr/en/doku.php?id=cubloc:interrupts:index&amp;rev=1771601855&amp;do=diff</link>
        <description>Interrupts

Interrupts are external events that stop a program&#039;s normal flow
(interrupting the program) and immediately execute some other subroutine,
called an interrupt service routine (ISR). 

The On…GoSub statement can be
used to tell a program to listen for an interrupt and execute an ISR. When
the interrupt occurs, the main program stops execution and jumps to the
ISR designated by the ON…GOSUB statement. Once the ISR is finished, the
Return statement is used to return execution back to th…</description>
    </item>
</rdf:RDF>
