编写你自己的复古编译器
Write your own retro compiler

原始链接: http://t3x.org/t3x/0/book.html

在 Lulu Press 于 2023 年出版的《Write Your Own Retro Compiler》一书中,读者可以学习如何使用 Z80 处理单元创建自己的针对 CP/M 的自托管编译器。 本书不需要任何有关编译器构造的基础知识; 它通过详细的讨论、大量的图表、表格和示例代码清楚而全面地解释了一切。 它涵盖了编写编译器所涉及的每个步骤,包括词法分析、语法分析、代码生成、优化技术、创建运行时库以及与 BDOS 接口交互。 要下载本书中的所有源代码,请访问 t3x.org/t3x/0/。 立即通过 Lulu.com 订购 PDF 和平装本,或在线查看目录和阅读样本。 先决条件包括使用 C 或 Pascal 等过程语言进行编程的经验、熟悉至少一种汇编语言(最好是 Z80 处理器)以及对 CP/M 操作系统原理的基本了解。 此外,还为那些希望掌握这项技能的人提供了 Z80 汇编语言的介绍。 快乐学习!

虽然探索新的语言和编译器很有价值,但它们的复杂性常常掩盖了使编程成为可能的基本概念和原则。 复古计算为个人在初级水平上掌握核心思想和机制提供了绝佳的机会。 通过学习逆向计算,我们可以在编程基础上打下坚实的基础,这些基础可以转化为 RISC-V 等当代技术。 此外,了解复古计算机上的汇编语言使我们能够理解尖端编译器中的低级函数。 复古计算机固有的简单性允许直接理解,使它们成为教授编程技能的理想平台。 最终,追求复古计算为获得当前技术的实际熟练程度提供了重要的垫脚石。
相关文章

原文

Lulu Press, 2023 • 339 pages • 91 figures • 6" x 9" format
All code from the book is in the public domain!

Order a PDF copy at Lulu.com
Order a paperback copy at Lulu.com
View the Table of Contents (PDF)
Read some sample pages (PDF)
Download the Sources

Enjoy old computers?

New to compiler-writing?

This book has you covered!

Study the complete source code for a self-hosting compiler that runs on and generates code for CP/M on the Z80 processor. No prior knowledge in the field of compiler construction is required. The T3X/0 language that is discussed and implemented in the book has its roots in Pascal and BCPL and is very simple. A full 20-page manual is contained in the book.

Prerequisits: The reader should know at least one procedural programming language, such as C or Pascal, and at least one assembly language, ideally the one for the Z80 CPU. They should also know the basics of the CP/M operating system. For the determined autodicact a short introduction to Z80 assembly language is also included in the book.

This book cuts no corners!

Everything is discussed in great details with lots of diagrams, tables, and examples.

  • Lexical analysis
  • Syntax analysis
  • Code generation
  • Simple optimizations
  • The BDOS interface
  • The run time library

Get the code: www.t3x.org/t3x/0/


contact | privacy

联系我们 contact @ memedata.com