instruction-set
There are 55 repositories under instruction-set topic.
LianjiaTech/BELLE
BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)
lyogavin/airllm
AirLLM 70B inference with single 4GB GPU
pytorch/cpuinfo
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
hlorenzi/customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
DispatchCode/x64-Instruction-Decoder
An x86/x64 instruction disassembler written in C
HanabishiRecca/bin-cpuflags-x86
A small CLI tool to detect CPU flags (instruction sets) of X86 binaries.
orbit-systems/aphelion
64-bit RISC CPU Architecture
sdasgup3/parallel-processor-design
Super scalar Processor design
mazegen/x86reference
X86 Opcode and Instruction Reference
yonseicasl/Kite
Kite: Architecture Simulator for RISC-V Instruction Set
source-foundry/dehinter
A tool for the removal of TrueType instruction sets (hints) in fonts
MaisiKoleni/Am2900ME
Emulator for Am2900 Family Microprogramming
gafert/Apate
A graphical and educational processor simulator based on the RISC-V instruction set architecture
mannasoumya/vm-go
Stack Based Virtual Machine in Golang
Andpuv/lime-lab
LIME is an emulator of fantasy (digital) machines like those developed by community and non-community projects like fox32, OkamiStation, XrArch, Aphelion, doubleword, etc.
mhuasong/Embedded-System-Teaching
Emulation Teaching of Embedded System
fredrik-hjarner/fasm68k
fasm68k - Motorola 68000 instruction set for fasmg (flat assembler g)
Azer0s/Persephone
A simple instruction set
Azer0s/Persephone-Go
A small (and fairly slow) VM implementation for my custom ISA in Go
Steve-Teal/pumpkin-cpu
A small general purpose, scalable, 16-bit, 16 instruction CPU core written in VHDL
abdullatifkaban/Machine-Learning
Makine Öğrenmesi Kod Kütüphanesi
byunsj/KoTox-Korean-Toxic-Instruction-Dataset
KoTox is an automatically generated instruction dataset in Korean. The instruction set is used to mitigate the toxicity of the LLMs.
CSP02/x86OC
An opcode converter for x86 microprocessors
jamestiotio/compstruct
SUTD 2020 50.002 Computation Structures Code Dump
stefano-lupo/Micro-Coded-Processor
Micro-coded Instruction Set Processor Implemented in VHDL.
abdullatifkaban/Deep-Learning
Derin öğrenme konularını işleyeceğiz.
binarily/Risc-V-Java-Simulator
A simulator for RISC-V instruction sets
OrionNebula/Dynarec
JIT for a homebrew instruction set targeting JVM bytecode
trap-representation/YSM
YSM is a Stack Machine
allancrabelo/Push_Swap
Push Swap is a C program that sorts integers using two stacks and a limited set of operations (push, swap, rotate). Designed to minimize the number of moves, it demonstrates expertise in algorithm optimization, data structure manipulation, recursion, and efficient memory management, showcasing advanced problem-solving skills.
bit-turtle/sm3b
A Small, 3 Bit, Instruction Set
JacobEsanders/Amethyst-VM
A custom virtual machine implementation with its own instruction set, assembler, and debugging tools
Pidova/ISCreator
Create and represent instruction sets in code easily.
zyde-666/ZC128
A 128-bit CPU simulator with multi-core and multi-threaded architecture, written in C++.