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
- Host: GitHub
- URL: https://github.com/chaoses-ib/processors
- Owner: Chaoses-Ib
- Created: 2025-09-03T08:59:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T18:35:35.000Z (9 months ago)
- Last Synced: 2025-10-06T19:29:07.200Z (9 months ago)
- Topics: assembly, cpu, processor, virtualization, x86
- Language: Markdown
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)