• Stars
    star
    371
  • Rank 114,498 (Top 3 %)
  • Language
  • License
    GNU General Publi...
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

《自己动手构造编译系统:编译、汇编与链接》随书源码

cit

基于x86体系结构的类C编译系统

构建

  1. ./do
  2. 生成可执行文件./cit

运行

  1. 命令格式./cit -h
  2. 编译./cit ./file/test.c test
  3. 生成可执行文件./work/test
  4. 测试运行./work/test