Skip to content

Instantly share code, notes, and snippets.

View lyleLH's full-sized avatar
🐢
npm run

Hao Liu lyleLH

🐢
npm run
View GitHub Profile
@lyleLH
lyleLH / AssemblyLanguage.md
Created April 13, 2021 16:59 — forked from v4lour/AssemblyLanguage.md
汇编语言(王爽著)笔记

汇编语言(王爽著)笔记

@v4lour

第一章 基础知识

汇编语言是直接在硬件上工作的编程语言,由以下3类指令组成:

  • 汇编指令:机器码的助记符,有对应的机器码
  • 伪指令:没有对应的机器码,由编译器执行