Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 662 Bytes

VXCC - Versatile Cross Compiler

vxcc is a C/C++ compiler/assember/linker written in C++. It was originally designed to target the 6502 and 65816 processor series.

For instructions on building and running please refere to BUILDING.md

Features

  • C/C++ preprocessor
  • Support for multiple C/C++ standards
    • TypeID support
    • Template support
  • Ability to export syntax tree (where applicable)
  • Generates assembly to be compiled by external assembler
  • Generates native binaries
  • Assembles assembly source into native binaries
  • Disassemble native binaries
  • Optimize and re-build native binaries