minix/commands/i386/gas2ack
Tomas Hruby 41d481b065 gas2ack
- an asmconv based tool for conversion from GNU ia32 assembly to ACK assembly
    
    - in contrast to asmconv it is a one way tool only
    
    - as the GNU assembly in Minix does not prefix global C symbols with _ gas2ack
      detects such symbols and prefixes them to be compliant with the ACK convention
    
    - gas2ack preserves comments and unexpanded macros
    
    - bunch of fixes to the asmconv GNU->ACK direction
    
    - support of more instructions that ACK does not know but are in use in Minix
    
    - it is meant as a temporary solution as long as ACK will be a supported
      compiler for the core system
2009-10-30 15:57:35 +00:00
..
asm86.c gas2ack 2009-10-30 15:57:35 +00:00
asm86.h gas2ack 2009-10-30 15:57:35 +00:00
asmconv.h gas2ack 2009-10-30 15:57:35 +00:00
emit_ack.c gas2ack 2009-10-30 15:57:35 +00:00
gas2ack.c gas2ack 2009-10-30 15:57:35 +00:00
globals.c gas2ack 2009-10-30 15:57:35 +00:00
globals.h gas2ack 2009-10-30 15:57:35 +00:00
languages.h gas2ack 2009-10-30 15:57:35 +00:00
Makefile gas2ack 2009-10-30 15:57:35 +00:00
parse_gnu.c gas2ack 2009-10-30 15:57:35 +00:00
token.h gas2ack 2009-10-30 15:57:35 +00:00
tokenize.c gas2ack 2009-10-30 15:57:35 +00:00