# Professional-Assembly-Language-for-x64 **Repository Path**: tigershi123/professional-assembly-language-for-x64 ## Basic Information - **Project Name**: Professional-Assembly-Language-for-x64 - **Description**: 本仓库用于学习AT&T汇编语言 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-11 - **Last Updated**: 2024-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Professional-Assembly-Language-for-x64 #### Description I have the book "Professional Assembly Language" by Richard Blum which I enjoyed reading. but it describes assembly language programming on x86 processors. We all know that current OS is x86_64 mode. I have changed the x86 code to x86_64 code and also remain the x86 code. All the x86_64 code can run ubuntu 24.04 OS. instruction site:https://www.felixcloutier.com/x86/