iiicp / toycLinks
玩具c编译器,基于栈顶缓存的策略生成Linux和MacOS平台的x86-64汇编
☆95Updated last year
Alternatives and similar repositories for toyc
Users that are interested in toyc are comparing it to the libraries listed below
Sorting:
- llvm-based c compiler☆100Updated 2 years ago
- Nasm指南中文 (NASM Tutorial)☆112Updated last year
- 《x86汇编语言-从实模式到保护模式》源码☆175Updated 5 years ago
- 建党 100 周年!写一个名为 CPC 的 C 编译器,为党庆生!☆275Updated 4 years ago
- 《Learn LLVM 17》的非专业个人翻译☆155Updated last year
- 现代编译原理(虎书)☆33Updated 8 years ago
- 编译器原理学习资源分享,同时欢迎大家参与分享。☆68Updated 8 years ago
- x86汇编语言 从实模式到保护模式☆55Updated 7 years ago
- A lightweight open-source C compiler for research and education.☆401Updated 8 months ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆57Updated 10 months ago
- 郑钢《自制编程语言》随书源码及读书笔记☆239Updated 3 years ago
- 《自己动手写python虚拟机》C++实现☆76Updated 4 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆53Updated 2 years ago
- 一步步实现简易红白机模拟器运行超级玛丽,以https://github.com/amhndu/SimpleNES 为模板☆151Updated 2 years ago
- 《自己动手构造编译系统:编译、汇编与链接》随书源码☆393Updated 2 months ago
- xbook2是一个基于x86处理器的32位操作系统,实现了大量的基础功能,可以拿来学习操作系统知识。☆462Updated 3 years ago
- ⚡ 亲手编写实现基于王爽老师《汇编语言》的300个汇编程序例程 | Implementation of 300 assembly program examples based on "Assembly Language"☆288Updated last year
- 俞甲子的MiniCRT代码,以及我将他的代码修改,移植到64位linux系统上的源码☆86Updated 4 years ago
- A toy complier.☆119Updated 2 years ago
- BookOS is a x86 platform 32 bits operate system. It's a nice dish!☆92Updated 5 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆78Updated 2 years ago
- 桃花源(英文名为 peach)是一个迷你虚拟机,用于学习 Intel 硬件虚拟化技术。☆215Updated 3 years ago
- Write a tiny interpreter by C language in 500+ lines☆139Updated 3 years ago
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆358Updated 2 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆77Updated 5 years ago
- Just refactoring and extending of https://github.com/rswier/c4.☆64Updated 4 years ago
- xv6-riscv-book中译版☆82Updated last year
- zero c compiler,一个从零开始写的编译器,不仅仅为了学习编译原理☆128Updated 3 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆258Updated 8 years ago
- 从零实现TCP/IP协议栈。实现ARP/IP(含分片与重组)/UDP/TCP等协议☆65Updated 2 years ago