# assembly-language **Repository Path**: MiaoHao-oops/assembly-language ## Basic Information - **Project Name**: assembly-language - **Description**: x86汇编语言代码及学习笔记,使用AT&T语法 - **Primary Language**: Assembly - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2022-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 汇编语言 Assembly Language #### 介绍 Introduction 中国科学院大学汇编语言课程代码,使用AT&T语法. Code in assembly language course of UCAS with AT&T grammar. #### 处理器架构 CPU Architecture 处理器架构以X86为主,MIPS为辅. X86 and MIPS #### 操作系统 Operation System 操作系统采用64为Linux系统,发行版为Ubuntu 18.05. The operation system is 64bit-Linux, and the release version is Ubuntu 18.05. #### 编译调试工具 Compile and debug tools -汇编器:as -链接器:ld -编译器:gcc -调试器:gdb -反汇编:objdump -Assembler : as -Linker : ld -Compiler : gcc -Debugger : gdb -Disassembler: objdump #### 参考书籍 References * Professional Assembly Language.2005.Richard.Blum