assembly-language-programming
There are 502 repositories under assembly-language-programming topic.
mytechnotalent/Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM and embedded RISC-V architectures.
gurugio/lowlevelprogramming-university
How to be low-level programmer
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
ThomasJaeger/VisualMASM
Visual MASM - Assembly IDE for Microsoft MASM
theonlyNischal/Ultimate-Notes-Books-Resources-for-NCIT
Curated list of notes, books and other resources for the student of Nepal College of Information and Technology(NCIT) - Pokhara University, Nepal
cirosantilli/arm-assembly-cheat
MOVED TO: https://************.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/************/linux-kernel-module-cheat/tree/master/userland/arch/arm SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
gregkrsak/first_nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
Amey-Thakur/8086-ASSEMBLY-LANGUAGE-PROGRAMS
Assembly Language Programming on 8086
jishanshaikh4/8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
arm-university/Graphical-Micro-Architecture-Simulator
Graphical-Micro-Architecture-Simulator
xerpi/vita-libbaremetal
PSVita bare-metal payload library and sample
harismuneer/BelalHashmi-Assembly-Exercise-Solutions
💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.
Sakib2263/64-Bit-NASM-Assembly-Code-Examples
64 bit nasm code examples
philspil66/IBM-PC-BIOS
This is a reconstruction of the original 1981-82 IBM PC BIOS source code using scanning and transcription of the BIOS listings found in the IBM Technical Reference manuals.
ffcabbar/MIPS-Assembly-Language-Examples
:heavy_check_mark: Examples to learn Mips
kcelebi/riscv-assembler
RISC-V Assembly code assembler package for Python.
ljnath/GUI-Turbo-Assembler
An essential 32-64bit localized IDE for Assembly Language with TASM, TASM32, TLINK, TLINK32, TD and TD32
ashwio/arm64-sysreg-lib
Header-only C library for reading/writing 64-bit Arm registers, automatically generated by parsing the AArch64 System Register XML.
mikeroyal/Assembly-Guide
Assembly Guide
miniupnp/AtariST
Various AtariST/STE stuff
arthurealike/batman2600
Unofficial Dark knight game for Atari 2600
skx/bfcc
BrainFuck Compiler Challenge
ObjAsm/ObjAsm-C.1
ObjAsm is a macro based single inheritance OOP implementation for x86 and x64 assembler code. It makes it very easy to carry out complex tasks and large projects. It comes with an extensive, optimized and tested object repository that can be used directly into your applications.
skx/z80-examples
Z80 assembly-language programs.
PikkaPikkachu/Assembly-with-MacOS
Collection of Assembly Programs in 8086
edoardottt/asm-snippets
Some of my assembly code (examples, iterative and recursive algorithms) from Computer's Architecture course in Sapienza University, CS Bachelor's Degree :floppy_disk:
johnoseni1/Full-operating-system
After 2-3 months of working earnestly am done creating a full operating system, using C, assembly language and the likes, please feel free to learn from this , i was inspired by a book, use the readme and read from it , very very important, learn and enjoy
DillonDepeel/Pacman-Source-Code
The Source Code to the original Atari Pacman game
H-K-R/CSE3232-Microprocessor-and-Assembly-Language-Lab
This repository contains assembly language programming examples and exercises for x86 architectures. The code is organized by topics and written in MASM syntax, with explanations and comments. Suitable for beginners and intermediate programmers. Feel free to contribute and learn.
anathonic/NASM-Assembly-x86-64-Intel
testing Assembler x86_64 in the Intel syntax
Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family-
A large group of assembly language programs & samples ..with different topics and levels..from Ascci to Stack - assembly programming.
7h3w4lk3r/x86-nasm
simple x86 NASM programs
aravindvnair99/emu8086
Collection of beginner friendly emu8086 programs and examples based on Assembly
b1nch3f/Assembly-Language-Tutorials-for-Windows
Assembly Language Tutorials for Windows
dusanerdeljan/i386ide
Integrated development environment for i386 assembly and C programming language for Linux
mytechnotalent/0x01-ARM-32-Hacking-Hello-World
ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux.