<?xml version="1.0" encoding="ISO-8859-1"?>

<?xml-stylesheet href="../xsl/vmu-main-html.xsl" type="text/xsl"?>

<page>

  <title>VMU LC86k assembler lessons</title>

  <references>
    <title>VMU doc links</title>

    <info href="http://mc.pp.se/dc/vms/cpu.html">
      <title>LC86k instruction set</title>
      <descr>the annotated instruction set by marcus</descr>
    </info>

    <info href="http://mc.pp.se/dc/vms/flashmem.html">
      <title>flash memory structure </title>
      <descr>how the 128k flash memory is structured, explained by marcus
      </descr>
    </info>

    <info href="http://vmudev.dcemulation.com/faq.html">
      <title>VMU FAQ</title>
      <descr>the (unofficial) VMU FAQ by Richard Munn</descr>
    </info>
  </references>

  <column>
    <title>lessons</title>
    <info href="tutorial.txt">
      <title>#0: hello world + fonts</title>
      <descr>a small example how to write a hello world program for the VMU
             and a good explanation on how to create and use self-made fonts.
	     don't expect beginner-style explanations as this is the captured
	     discussion found on the 
	     <link href="http://www.egroups.com/group/vmu-dev/">vmu-dev</link> 
	     mailing list on the topic.
      </descr>
    </info>
    <info href="ASM-2000-07-001.txt">
      <title>#1: optimized multiplication</title>
      <descr>this lesson will give you a short overview on how to make time
             consuming multiplications more efficient. it explains how powers
             of two are used for multiplication and the impact on cpu cycles.
      </descr>
    </info>
  </column>

  <column>
    <title>comments</title>
    <info>
      <title>about</title>
      <descr>the lessons in on this page have been collected from the
             vmu-dev mailing list. this mailing list is available for
	     everyone at <link href="http://www.egroups.com/group/vmu-dev">
	     egroups</link>.
      </descr>
    </info>
  </column>

</page>

