当前位置: 首页 > 工具软件 > riscv-isa-sim > 使用案例 >

riscv-isa-sim_x86-64 ISA /汇编编程参考

祁飞扬
2023-12-01

riscv-isa-sim

This post collect the reference resource for x86-64 (also know as Intel 64, AMD 64) ISA / assembly language programming. x86-64 is a 64-bit extension of the Intel x86 instruction set.

这篇文章收集了x86-64(也称为Intel 64,AMD 64)ISA /汇编语言编程的参考资源。 x86-64是Intel x86指令集的64位扩展。

x86-64汇编编程 (x86-64 Assembly Programming )

Introduction to Computer Systems Resources (15-213 Introduction to Computer Systems Resources from CMU) Lots materials for learning machine-level programming on the x86-64 machines.

计算机系统资源简介(15-213 CMU的计算机系统资源简介)提供了许多在x86-64机器上学习机器级编程的材料。

x86-64 Machine-Level Programming This document supplements Chapter 3 of the CS:APP book.

x86-64机器级编程本文档是CS:APP书籍的第3章的补充。

Gentle Introduction to x86-64 Assembly This document summarizes differences between x86-64 and i386 assembly. The readers should already know the i386 gas syntax.

x86-64汇编的简要介绍本文档总结了x86-64和i386汇编之间的区别。 读者应该已经知道i386 gas语法。

x64 Cheatsheet for a quick cheat sheet.

x64备忘单,用于快速备忘单。

Easy x86-64: a good online tutorials on x86-64.

Easy x86-64 :有关x86-64的不错的在线教程。

Introduction to X86 assembly a tutorials from Intel.

X86汇编简介是 Intel的教程。

x86-64(和x86)ISA参考 (x86-64 (and x86) ISA Reference )

Intel® 64 and IA-32 Architectures Software Developer Manuals Official reference from Intel.

英特尔®64和IA-32架构软件开发人员手册英特尔的官方参考。

AMD64 Architecture Programmer’s Manual Official reference from AMD.

AMD64体系结构程序员手册,来自AMD 官方参考。

其他 (Others )

软件优化资源 (Software Optimization Resources)

Software optimization resources. Optimization manual for advanced assembly language programmers and compiler makers, details about the internal working of various microprocessors, instruction latencies, execution unit throughputs, micro-operation breakdown and other details for all application instructions of most microprocessors from Intel, AMD and VIA.

软件优化资源。 适用于高级汇编语言程序员和编译器制造商的优化手册,有关各种微处理器的内部工作,指令等待时间,执行单元吞吐量,微操作故障的详细信息,以及来自Intel,AMD和VIA的大多数微处理器的所有应用程序指令的其他详细信息。

i386参考资料和学习资源 (i386 References and Learning Resource)

Computer Systems: A Programmer’s Perspective, 2/E (CS:APP2e) This text book introduces assembly programming on x86 machines.

《计算机系统:程序员的观点,2 / E(CS:APP2e)》这本教科书介绍了x86机器上的汇编编程。

80386 Dependent Features of as

as的 80386相关特征

PC Assembly Tutorial

PC组装教程

x86 processor information

x86处理器信息

二进制接口 (Binary interface)

System V Application Binary Interface

System V应用程序二进制接口

Update history: Nov. 11, 2011. Add optimization resource.

更新历史记录: 2011年11月11日。添加优化资源。

翻译自: https://www.systutorials.com/x86-64-isa-assembly-references/

riscv-isa-sim

 类似资料: