mefistotelis / ta2as

Intel(TAsm) to AT&T(As) assembly syntax converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ta2As, Intel(TAsm) to AT&T(As) converter

Introduction

This tool converts assembly syntax from TASM (also called Intel syntax, or 'destination first' syntax). to GNU As syntax (also called AT&T syntax, or 'destination last' syntax).

Building

Windows batch file and Unix BASH scripts are included. Just run one of these, and it will build the tool.

What's unmodified copy

The tool was released by the SPiRiT group with particular license requirements. See license document for details. The license requirements are the only reason and purpose of the unmodified_copy folder, otherwise it is unused.

Original authors contact

Frank van Dijk, member of SPiRiT!, wrote this utility.

Here are several email addresses you can send email too in case of bug-reports, wanted features or just for a good talk:

When the tool was concieved in 1996, most of the SPiRiT! members were studying Computer Science at the 'Hogere School' in Eindhoven, The Netherlands.

About

Intel(TAsm) to AT&T(As) assembly syntax converter

License:Other


Languages

Language:C 99.2%Language:Batchfile 0.5%Language:Shell 0.3%