Git Product home page Git Product logo

assembly's Introduction

汇编语言笔记

本笔记的核心脉络是王爽老师的《汇编语言(第三版)》

学习目的:

  1. 获得底层编程的体验
  2. 深刻理解计算机运行程序的机理

王爽老师的书籍是在8086CPU上编写的. 纯粹的8086CPU现在已经不存在了, 但是任何一台和Intel系列兼容的pc机都可以8086的方式进行工作(可以当做一台高速的8086PC)

  1. 环境搭建
  2. 基础知识
  3. 寄存器
  4. 寄存器(内存访问)
  5. 第一个程序
  6. [bx]和loop
  7. 包含多个段的程序
  8. 更灵活的定位内存地址的方法
  9. 数据处理的两个基本问题
  10. 转移指令的原理
  11. CALL和RET指令
  12. 标志寄存器
  13. 内中断
  14. int指令
  15. 端口
  16. 外中断
  17. 直接定址表
  18. 使用BIOS进行键盘输入和磁盘读写

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.