X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fmot2as%2FListItem.pm;h=7c7c36bfec276aacc55b62b799d61c244d5e1193;hb=d50273878dc32046ef827da4ef2c42553922fe04;hp=88f2c0299daa2178c119384367a745978bd70d34;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/mot2as/ListItem.pm b/project/mot2as/ListItem.pm index 88f2c02..7c7c36b 100755 --- a/project/mot2as/ListItem.pm +++ b/project/mot2as/ListItem.pm @@ -29,22 +29,21 @@ use My::Web; our @ListItem=( - "name"=>"Motorola to AT&T/GNU Assembler Syntax Converter", + "name"=>"mot2as", + "platform"=>"unixdevel", "priority"=>5, "download"=>"mot2as.c", - "summary"=>"Asm syntax converter", + "summary"=>'Convert Motorola to AT&T/GNU assembler syntax', "license"=>"PD", "maintenance"=>"ready", "language"=>"C", - "sponsorship"=>"Princip, a.s.", - "description"=>"" - .'

Do you need to compile under UNIX assembly sources for Motorola 68k family' - .' of processors? You have probably already found out that original Motorola' - .' syntax is not suitable for GNU assembler which uses a bit different (AT&T' - .' style) syntax. Using this very simple program you can convert between these two.

' - .'

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

' + "sponsorship"=>a_href('http://www.princip.cz/','Princip, a.s.'), + "description"=><<"HERE", +

Do you need to compile under UNIX assembly sources for Motorola 68k family +of processors? You have probably already found out that original Motorola +syntax is not suitable for GNU assembler which uses a bit different (AT&T +style) syntax. Using this very simple program you can convert between these two.

+HERE ); 1;