An open API service indexing awesome lists of open source software.

https://github.com/chaoses-ib/processors


https://github.com/chaoses-ib/processors

assembly cpu processor virtualization x86

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# [Processors](Processors.md)
- [Performance](Performance/README.md)
- [Benchmarking](Performance/Benchmarking.md)
- [Tools](Tools.md)

## Instructions
- [Assembly Language](Instructions/Assembly/README.md)
- [Assemblers](Instructions/Assembly/Assemblers.md)
- [Disassemblers](Instructions/Assembly/Disassemblers.md)
- [Application Binary Interface](Instructions/Interface/README.md)
- [Calling Conventions](Instructions/Interface/Calling.md)

## [x86](x86/README.md)
- [Modes of Operation](x86/Modes%20of%20Operation.md)
- [Execution Environment](x86/Execution%20Environment.md)
- Instructions
- [Instruction Encoding](x86/Instructions/Encoding.md)
- [General-Purpose Instructions](x86/Instructions/General/README.md)
- [No Operation](x86/Instructions/General/No%20Operation.md)
- [Application Binary Interface](x86/Interface/README.md)
- [Calling Conventions](x86/Interface/Calling.md)
- [Memory Management](x86/Memory/README.md)
- [Memory Alignment](x86/Memory/Alignment.md)
- Time
- [Time-Stamp Counter (TSC)](x86/Time/TSC/README.typ)
- [Advanced Vector Extensions (AVX)](x86/AVX/README.md)
- [Advanced Performance Extensions (APX)](x86/APX/README.md)

## [ARM](ARM/README.md)

## [Virtualization](Virtualization/README.md)
- [QEMU](Virtualization/QEMU/README.md)
- [Unicorn](Virtualization/QEMU/Unicorn/README.md)
- [→MMU Virtualization](https://github.com/Chaoses-Ib/InformationSystems/blob/main/Memory/Virtual/MMU/IO/README.md#virtualization)
- [→Hardware Virtualization](https://github.com/Chaoses-Ib/ComputerHardware#virtualization)