X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fmot2as%2FIndex.html.pl;h=94dff41927f2377bf435a5874429508cde2adb4f;hb=240d6a683ddfbe8db5eb109018cef063c8b583cf;hp=0f44a9aacb4db000bc28495bdc4741d5c65eeb74;hpb=4c2efa7788b9da47bdbd4d5956e8657ee1065998;p=www.jankratochvil.net.git diff --git a/project/mot2as/Index.html.pl b/project/mot2as/Index.html.pl index 0f44a9a..94dff41 100755 --- a/project/mot2as/Index.html.pl +++ b/project/mot2as/Index.html.pl @@ -36,4 +36,12 @@ My::Project->init_project( "ListItem"=>\@project::mot2as::ListItem::ListItem, ); + +print <<"HERE"; +

Specifically it will care about: equ operation, dc.b strings, +; comments, @{[ '$' ]} for hex-radix, % for bin-radix, +local labels, : for label termination.

+HERE + + My::Web->footer();