iiicp / toycLinks
玩具c编译器,基于栈顶缓存的策略生成Linux和MacOS平台的x86-64汇编
☆94Updated 9 months ago
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☆99Updated last year
- Nasm指南中文 (NASM Tutorial)☆104Updated 11 months ago
- 实现一个子集c编译器,后端基于llvm20☆3Updated 3 months ago
- 《x86汇编语言-从实模式到保护模式》源码☆173Updated 5 years ago
- 现代编译原理(虎书)☆31Updated 7 years ago
- llvm-tutorial文档,翻译以及代码仓库☆167Updated last year
- 《自己动手写python虚拟机》C++实现☆75Updated 4 years ago
- x86汇编语言 从实模式到保护模式☆55Updated 7 years ago
- 建党 100 周年!写一个名为 CPC 的 C 编译器,为党庆生!☆272Updated 3 years ago
- 《Learn LLVM 17》的非专业个人翻译☆149Updated 10 months ago
- A lightweight open-source C compiler for research and education.☆398Updated 5 months ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- 一步步实现简易红白机模拟器运行超级玛丽,以https://github.com/amhndu/SimpleNES 为模板☆150Updated 2 years ago
- 一个64位操作系统的设计与实现非官方注释版☆37Updated 6 years ago
- 编译器原理学习资源分享,同时欢迎大家参与分享。☆70Updated 7 years ago
- 从零实现TCP/IP协议栈。实现ARP/IP(含分片与重组)/UDP/TCP等协议☆63Updated 2 years ago
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆353Updated 2 years ago
- Just refactoring and extending of https://github.com/rswier/c4.☆64Updated 3 years ago
- 俞甲子的MiniCRT代码,以及我将他的代码修改,移植到64位linux系统上的源码☆86Updated 4 years ago
- 互联网体系结构/庖丁解牛Linux网络协议栈☆128Updated 4 years ago
- ⚡ 亲手编写实现基于王爽老师《汇编语言》的300个汇编程序例程 | Implementation of 300 assembly program examples based on "Assembly Language"☆281Updated last year
- 郑钢《自制编程语言》随书源码及读书笔记☆238Updated 2 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆76Updated 4 years ago
- A toy complier.☆119Updated 2 years ago
- Linux 源码分析☆60Updated 3 years ago
- Resource assembly of 'Advance Programming in UNIX Environment' online course of mine.☆135Updated 4 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆83Updated 6 years ago
- 一个小型的c语言编译器☆88Updated 7 years ago
- zero c compiler,一个从零开始写的编译器,不仅仅为了学习编译原理☆127Updated 3 years ago
- 桃花源(英文名为 peach)是一个迷你虚拟机,用于学习 Intel 硬件虚拟化技术。☆210Updated 3 years ago