update, MSIE bug compatibility
[www.jankratochvil.net.git] / project / mot2as / Index.html.pl
index 0f44a9a..94dff41 100755 (executable)
@@ -36,4 +36,12 @@ My::Project->init_project(
                "ListItem"=>\@project::mot2as::ListItem::ListItem,
                );
 
+
+print <<"HERE";
+<p>Specifically it will care about: <code>equ</code> operation, <code>dc.b</code> strings,
+<code>;</code> comments, <code>@{[ '$' ]}</code> for hex-radix, <code>%</code> for bin-radix,
+local labels, <code>:</code> for label termination.</p>
+HERE
+
+
 My::Web->footer();