nasm-assembly

There are 244 repositories under nasm-assembly topic.

  • Brick-Breaker-Game-Assembly-Language

    Brick-Breaker-Game-Assembly-Language

    This game is based on Assembly 8086 architecture, which uses both software and hardware interrupts where functionality like Lifeline, Powers, Timer etc are handled by Multi-Tasking.

    Language:Assembly8
  • Bit-Manipulation-and-Subroutines-8086_Assembly

    🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.

    Language:Assembly8
  • ukernel

    :balloon: My first attempt at writing a kernel

    Language:C8
  • shellcoder

    Shellcoder.py - simple script to automate shellcoding process and shellcode testing.

    Language:Assembly7
  • brainc

    Brainfuck x86_64 execution toolset written in pure C for Linux

    Language:C7
  • assembly-x86-tutorials

    Assembly x86 tutorials

    Language:Assembly7
  • assembly-virus

    Harmless x86 directory-crawling computer virus written in NASM assembly

    Language:Assembly7
  • Shellcoding_LearningRepo

    You should look through my Assembly LearningRepo first before learning Shellcoding.

    Language:C6
  • windows64bit-shellcode

    Windows x86_64bit shellcode written in Nasm

    Language:Assembly5
  • bonch-labs

    My labs from Bonch (SPbSUT)

    Language:C++5
  • nasm-lsp

    A simple implementation of the Language Server Protocol for NASM

    Language:Rust5
  • asm_minilibc

    Mini glibc written in Assembly x86-64

    Language:Assembly5
  • erplag-compiler

    a toy compiler for a C-like language, i.e. ERPLAG, that includes various modules of processing HLL and generating an equivalent NASM code.

    Language:C5
  • OS_32Bit

    32 Bit Operation System

    Language:C4
  • WordleX86

    Wordle clone em assembly x86 (pelo puro for fun)

    Language:Assembly4
  • Assembly-stuff

    Projects done during System Architecture - 1st year, 1st semester at BBU (2021)

    Language:Assembly4
  • eOS

    A poorly written OS for the x86 arch.

    Language:C4
  • Graphical-Display-Memory-and-Software_Hardware-Interrupts-x86_Assembly

    📌 Solved problems to help better understand the important concepts of Display Memory (Video Card Memory), String Manipulation, Software Interrupts and Hardware Interrupts in context of x86 Assembly Language (8086 Assembly)

    Language:Assembly4
  • assembly-matrix-multiplier

    Matrix multiplication routine written in assembly.

    Language:Assembly4
  • temperate

    Temperature converter program written in 64-bit x86 asm, compiled with NASM

    Language:Assembly3
  • TicTacToe-8086Assembly

    A console-based Tic-Tac-Toe game for two players, meticulously crafted in NASM assembly tailored for the 8086 microprocessor.

    Language:Assembly3
  • AssemblyLibrary

    Assembly Library || Nasm

    Language:Assembly3
  • AssemblyLibsRealMode

    Assembly Code Snippets || Lib || Nasm

    Language:Assembly3
  • VUT-FIT-ISU2022-cvicenia

    Cvičení z předmětu Programování na strojové úrovni (ISU), druhý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2021/2022

    Language:Assembly3
  • ghidra-scripts

    Export Assembly or C from Ghidra

    Language:Python3
  • Zebra

    Zebra

    A open source compiled programming language.

    Language:Python3
  • Guessing-Game

    A guessing game created with NASM.

    Language:Assembly3
  • Orga-C

    95.57 - Organización del Computador - FIUBA

    Language:Assembly3
  • x86-64-AssemblyExamples

    A repository containing example Assembly programs written for the x86-64 architectures along with the linux kernel

    Language:Assembly3
  • printf

    Assembly language printf() implementation

    Language:Assembly3
  • asm-examples

    Nasm style x86_64 assembly examples for linux.

    Language:Assembly3
  • libasm

    The aim of this project is to get familiar with assembly language.

    Language:Assembly3
  • Assembly-Compiler

    Compile & Run assembly with one single command

    Language:Shell3
  • Keylogger

    Simple keylogger for Linux written in assembly

    Language:Assembly3
  • QuickForth

    (POC) A forth dialect prototype with its VM.

    Language:Assembly3
  • Compiler-for-NASM

    this is basic a compiler written in python to convert easy written human language to assembly that get executed by nasm assembler in (x86-64) Machine

    Language:Python3