<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Lasm</title><link>https://sourceforge.net/p/q1kernel/wiki/Lasm/</link><description>Recent changes to Lasm</description><atom:link href="https://sourceforge.net/p/q1kernel/wiki/Lasm/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 14 Oct 2025 14:45:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/q1kernel/wiki/Lasm/feed" rel="self" type="application/rss+xml"/><item><title>Lasm modified by Demian Alexandru</title><link>https://sourceforge.net/p/q1kernel/wiki/Lasm/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First learn assembly. You need to know a little more than the basics. I recommend google.&lt;/p&gt;
&lt;p&gt;So lasm is essentially assembly with a few tweaks.&lt;br/&gt;
First registers are @r1 @r2 @r3 ... @r12 . &lt;br/&gt;
Process words are mov, movk, push, jmp, jmk, cmp, lsl, ldp, dw, xt, con . &lt;br/&gt;
Then word bits u8 u16 u32 u64.&lt;br/&gt;
&lt;em&gt;main &lt;/em&gt;block &lt;br/&gt;
- first main is everything that runs , so everything needs to be pushed or declared using main&lt;br/&gt;
- second block is used for advance rules to format registers (more like macros)&lt;br/&gt;
Some pointers , normal pointer &amp;lt;&amp;gt;, safe pointer M and raw pointer &lt;br/&gt;
Some rules:&lt;br/&gt;
    fixed registers, ^@r1 using ^ you make like a fixed register in that declaration&lt;br/&gt;
    multiple registers pointer (check rust documentation for that)&lt;/p&gt;
&lt;p&gt;To understand lasm better just check Q1-kernel code&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Demian Alexandru</dc:creator><pubDate>Tue, 14 Oct 2025 14:45:53 -0000</pubDate><guid>https://sourceforge.net847cbaaec70cba8c51717c1e847199bcabef3a8c</guid></item></channel></rss>