Code Monkey home page Code Monkey logo

nand2tetris's Introduction

Nand2Tetris

上半部分到 6 章,学这部分,让你了解如何从一个 Nand 门,构建一个简单的计算机 CPU,内存。以及学习它们特定的汇编语法,通过这个汇编语法,就可以操作这些硬件来完成需要的功能。

下半部分从第 7 章开始,学这部分,则和软件开发息息相关。创造了一个类似 Java 的二级编译语言 Jack,第一级,先将源代码转化为虚拟机字节码,再将字节码转化为汇编代码。

这个部分教给我们的 创造一个操作系统运行 Jack 语言程序,开发一个 Jack 语言的虚拟机,再开发一个编译器将 Jack 语言程序转化为虚拟机代码,然后开发一个将虚拟机代码转化为汇编代码的程序。

we'll implement a tokenizer and parser for the Jack language. The result will be a Jack analyzer - a program that unveils the syntax of Jack programs without generating executable code.

上半部分 coursera 地址 下半部分 coursera 地址

nand2tetris's People

Contributors

yunair avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.