assembly-language-programming
There are 545 repositories under assembly-language-programming topic.
mytechnotalent/Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit 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.
mikeroyal/Assembly-Guide
Assembly Guide
gregkrsak/first_nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
arm-university/Graphical-Micro-Architecture-Simulator
Graphical-Micro-Architecture-Simulator
Amey-Thakur/8086-ASSEMBLY-LANGUAGE-PROGRAMS
Assembly Language Programming on 8086
jishanshaikh4/8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
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.
ljnath/GUI-Turbo-Assembler
An essential 32-64bit localized IDE for Assembly Language with TASM, TASM32, TLINK, TLINK32, TD and TD32
Sakib2263/64-Bit-NASM-Assembly-Code-Examples
64 bit nasm code examples
ffcabbar/MIPS-Assembly-Language-Examples
:heavy_check_mark: Examples to learn Mips
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, so they might help students in understanding the Assembly concepts.
kcelebi/riscv-assembler
RISC-V Assembly code assembler package for Python.
DillonDepeel/Pacman-Source-Code
The Source Code to the original Atari Pacman game
miniupnp/AtariST
Various AtariST/STE stuff
ashwio/arm64-sysreg-lib
Header-only C library for reading/writing 64-bit Arm registers, automatically generated by parsing the AArch64 System Register XML.
skx/bfcc
BrainFuck Compiler Challenge
arthurealike/batman2600
Unofficial Dark knight game for Atari 2600
skx/z80-examples
Z80 assembly-language programs.
tectijuana/sp
Repositorio oficial del curso Sistemas Programables, dedicado al diseño y programación de sistemas embebidos. Contiene recursos sobre microcontroladores, sensores, actuadores e interfaces, con ejemplos prácticos y proyectos que integran automatización y control.
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.
7h3w4lk3r/x86-nasm
simple x86 NASM programs
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.
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
PikkaPikkachu/Assembly-with-MacOS
Collection of Assembly Programs in 8086
anathonic/nasm-assembler-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.
mytechnotalent/0x01-ARM-32-Hacking-Hello-World
ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux.
CuB3y0nd/assembly
王爽《汇编语言》(第 4 版)检测点及实验 + 李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题 + pwndbg 速查手册。
denisenepraunig/nes-development
Ressources for NES development