An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: assembly-x86

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.

Language: Assembly - Size: 11.7 KB - Last synced at: about 12 hours ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 4

Ace-Krypton/Alice

[NOT FINISHED] Experimental Ransomware

Language: C++ - Size: 67.4 KB - Last synced at: about 13 hours ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

rayyan-merchant/Crossword-Game-MASM-

A console-based crossword game developed in MASM Assembly. Features three difficulty levels: Easy, Medium, and Hard, each with unique word grids and clues. Players solve puzzles by entering words based on hints. Demonstrates user input handling, game logic, and difficulty scaling in assembly language.

Size: 3.91 KB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

hexagonix/src

The complete Hexagonix source tree

Language: Shell - Size: 207 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 1

hexagonix/Unix-Apps

Utilitários Unix para Hexagonix/Unix utilities for Hexagonix

Language: Assembly - Size: 776 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

FRosner/FrOS

My 32 bit x86 OS journey.

Language: C - Size: 61.5 KB - Last synced at: about 3 hours ago - Pushed at: over 1 year ago - Stars: 118 - Forks: 30

bergercookie/asm-lsp

Language server for NASM/GAS/GO Assembly

Language: Rust - Size: 12.7 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 362 - Forks: 22

hexagonix/Andromeda-Apps

Utilitários Hexagonix-Andromeda/Hexagonix-Andromeda utilities

Language: Assembly - Size: 553 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

hexagonix/lib

libasm para Hexagonix/libasm for Hexagonix

Language: Assembly - Size: 255 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

CuB3y0nd/assembly

王爽《汇编语言》(第 4 版)检测点及实验 + 李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题 + pwndbg 速查手册。

Language: Assembly - Size: 178 KB - Last synced at: about 5 hours ago - Pushed at: 5 months ago - Stars: 7 - Forks: 0

ZathuraDbg/ZathuraDbg

An emulation based tool for learning and debugging assembly.

Language: C++ - Size: 84.9 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 384 - Forks: 19

KaiNorberg/PatchworkOS

Patchwork is a hobbyist OS built from scratch in C for the x86_64 architecture with a monolithic kernel.

Language: C - Size: 7.67 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 93 - Forks: 3

ravenleeblack/Illeshian-Suite

This repository serves as the central hub for the Illeshian Suite.

Size: 12.7 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

avivbrook/Intel-Assembly-Language-Programming-Exercises

Solutions to programming exercises from Assembly Language for x86 Processors (7th Edition) by Kip Irvine.

Language: Assembly - Size: 391 KB - Last synced at: 7 days ago - Pushed at: almost 7 years ago - Stars: 39 - Forks: 18

abanoub-refaat/CS306-Operating-Systems

Notes, assignments, and projects for the Operating Systems course (CS306). Topics include process management, memory allocation, concurrency, and system calls.

Language: Assembly - Size: 59.6 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

EntySec/HatAsm

HatAsm is a powerful assembler and disassembler that provides support for all common architectures.

Language: Python - Size: 364 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 15 - Forks: 3

mikeroyal/Assembly-Guide

Assembly Guide

Language: Assembly - Size: 13.7 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 160 - Forks: 8

kh0r0t0/RWIN4

RWIN4 disassembler*

Language: Assembly - Size: 53.7 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Nukem9/SwissArmyKnife

x64dbg utility for linker map files, diff files, PEiD/IDA signatures, and code signature generation.

Language: C - Size: 2.27 MB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 286 - Forks: 43

FlatAssembler/ArithmeticExpressionCompiler 📦

A compiler for my own simple low-level programming language, built in JavaScript using the Duktape framework. Produces code compatible with FlatAssembler. Superseded by AECforWebAssembly.

Language: Rich Text Format - Size: 41.8 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 4 - Forks: 0

maximmasiutin/bin2asm

The BIN to ASM Encoder Utility. Converts a binary file to a textual dd/dq/dt data which can be included into an assembly file to yield the original data. Useful for including binary data into assembly files. Version 1.1 is written on November 2nd, 1993 by Maxim Masiutin.

Language: Assembly - Size: 7.81 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 3 - Forks: 0

BaseMax/learn-assembly

Welcome to Learning Assembly by Solving, a collection of 20 small assembly language programs designed to teach fundamental concepts through practical examples. Each program solves a specific problem, ranging from basic arithmetic to control structures, all written in x86-64 assembly using NASM syntax for Linux systems.

Language: Assembly - Size: 39.1 KB - Last synced at: 1 day ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

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:

Language: Assembly - Size: 710 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 5

franeklubi/dino

Chrome's t-rex based bootsector game (512 bytes) written in 16-bit x86 assembly (now with 8086 support!)

Language: Assembly - Size: 208 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 105 - Forks: 7

zeusssz/snack-sized-snake

Version of the snake game, sized down to >500 bytes

Language: Assembly - Size: 28.3 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

Kuninoto/42_libasm

Introduction to ASM. Some libc functions implemented in x86_64 ASM with Intel Syntax

Language: C - Size: 1.31 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

PalAditya/CompilerDesignLab

Code for Compiler Design Lab, Semester 7

Language: Java - Size: 4.3 MB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 16

MrGilli/Quplexity

Official repo of the very fast and lightweight modular library (or accelerator) for Quantum Computer Circuit simulation.

Language: Assembly - Size: 3.09 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 29 - Forks: 6

hacrvlq/snakeos

a bare-metal snake game written in assembly supporting local multiplayer

Language: Assembly - Size: 17.6 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

x64n/x86-Assembly-ReverseShell

Pure x86 Assembly Reverse Shell for Windows. Uses Winsock & Job Objects for full command execution. Includes Python Listener & C equivalent. No dependencies.

Language: Python - Size: 39.1 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

geissomatik/geiss

The Geiss screensaver and Winamp music visualization plug-in

Language: C++ - Size: 714 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 189 - Forks: 8

funnydman/nasm-assembly-examples

Some of my notes, books, code listings for asembler studying. Enjoy!

Language: Assembly - Size: 305 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 55 - Forks: 13

OpenRakis/Cryogenic

An open-source reimplementation of Cryo's DUNE game (WIP)

Language: C# - Size: 4.9 MB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 35 - Forks: 1

Learn-And-Understand/LAU-Assembly

A repository for exploration and mastery Assembly.

Language: Assembly - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Lynk4/BootSector-Snake-game-x86-assembly

Making a bootable snake game in less than 512 bytes with a 16-bit real mode assembly, flat assembler, and Qemu

Language: Assembly - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Satharus/Disass

[(forever)WIP] FOSS GNU Debugger (GDB) interface for GNU/Linux.

Language: C++ - Size: 2.68 MB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 2

drink-cat/Book_Program-Principles

硬核书<<程序原理>>,有难度,有深度,值得拥有! 使用汇编、C、Java全面系统讲解,理论结合实践,图表并茂。

Size: 7.74 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

8ctopus/legendofrandom

The legend of random website

Language: HTML - Size: 246 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 16 - Forks: 3

prasad89/x86-assembly-programs

This repository showcases x86 assembly programs developed using NASM and GCC, as part of coursework undertaken at the Pune University Computer Science Department (PUCSD). Additionally, the repository includes informative notes in PDF format, providing valuable insights into the concepts explored during the course

Language: Assembly - Size: 12.6 MB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 0

XORaur0n/Notes

A collection of various cybersecurity notes written in Markdown

Size: 2.31 MB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

FrankYang0610/assembly-highlighter

A Visual Studio Code highlighter for the Assembly Languages

Size: 3.91 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

danielkrupinski/x86RetSpoof

Invoke functions with a spoofed return address. For 32-bit Windows binaries. Supports __fastcall, __thiscall, __stdcall and __cdecl calling conventions. Written in C++17.

Language: C++ - Size: 36.1 KB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 172 - Forks: 31

coderaiser/nemesis

:floppy_disk: x86 operation system writen on fasm

Language: Assembly - Size: 1.7 MB - Last synced at: 16 days ago - Pushed at: about 1 month ago - Stars: 42 - Forks: 5

daelsepara/turbo-pascal-assembly

A Deep Dive into the Turbo Pascal Compiled Code (Work in Progress)

Language: Pascal - Size: 604 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

johannst/mini-kvm-rs

Playground for KVM in rust.

Language: Rust - Size: 3.72 MB - Last synced at: 16 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 4

Skinnyytallboy/COAL

CS287 @ ITU

Language: Assembly - Size: 12.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

humbertocsjr/hcsystem-devkit

SDK for 8086

Language: C - Size: 188 KB - Last synced at: about 5 hours ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Jevxtn/Assembly-Language-Projects

A curated collection of assembly language projects showcasing various techniques and algorithms. This repository is a resource for learning and exploring the fundamentals of low-level programming through practical examples and detailed explanations.

Language: Assembly - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

kotto5/libasm

partial libc with x86_64 assembly

Language: C - Size: 136 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

awaisfraaz/Assembly-Language

A collection of 8086 assembly language programs, examples, and utilities.

Language: Assembly - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

johannst/dynld

Dynamic linker studies.

Language: C - Size: 140 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 23 - Forks: 1

therealdreg/masm32-kernel-programming

masm32 kernel programming, drivers, tutorials, examples, and tools (credits Four-F)

Language: Assembly - Size: 13.2 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 119 - Forks: 14

Sora3100/Tales_of_Cheat_Tables

Various cheat tables for the "Tales of" franchise

Size: 6.9 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 27 - Forks: 7

OpenRakis/spice86-ghidra-plugin

Work with spice86 data into Ghidra

Language: Java - Size: 194 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

racerxdl/asm4noobs

Assembly Tutorial for Noobs!

Language: SCSS - Size: 1.15 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 0

Erik-Donath/Assembly-Snake

Simple Snake game running inside of Boot Section (512 bytes) in x86.

Language: Assembly - Size: 11.7 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

alkuzin/eciton

Experimental x86-32 exokernel written in Rust.

Language: Rust - Size: 452 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

AbdulAHAD968/PACMAN---COAL

PACMAN Game in Assembly using macros.inc and irvine32.inc

Language: Assembly - Size: 444 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

mishqatabid/Assembly-Language-Dump

Some of the useful assembly script that I wrote

Language: Assembly - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

imrun10/Pong-Game-8086-ASM

This is a simple implementation of the classic Pong game using 8086 Assembly for the Microprocessors (CMPE 475) class project at AUBH in Spring 2024.

Language: Assembly - Size: 514 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

ratfactor/nasmjf 📦

NASM port of JONESFORTH!

Language: Assembly - Size: 372 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 55 - Forks: 7

aozhimin/iOS-Debug-Hacks

:dart: Advanced debugging skills used in the iOS project development process, involves the dynamic debugging, static analysis and decompile of third-party libraries. iOS 项目开发过程中用到的高级调试技巧,涉及三方库动态调试、静态分析和反编译等领域

Size: 4.64 MB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 682 - Forks: 78

crgimenes/shutdown

shutdown command for MS-DOS 16bits

Language: C - Size: 14.6 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 17 - Forks: 1

algosup/2023-2024-project-2-x86-retrogaming-team-5

This repository focuses on recreating the classic Pac-Man game in x86 assembly language, tailored for DosBox.

Language: Assembly - Size: 577 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Narasimha1997/StackMachine

A simple educational virtual computer machine that can execute simple arithmetic and logical programs, This Virtual Machine has it's own memory model, instruction queue, virtual CPU and a compiler that comes with a parser.

Language: Java - Size: 60.5 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

OpenRakis/OpenRakis

Tools for an open source reimplementation of Cryo's DUNE game

Language: Assembly - Size: 5.35 MB - Last synced at: 12 days ago - Pushed at: 9 months ago - Stars: 30 - Forks: 2

https-dre/square-kernel

Um kernel x86 leve desenvolvido por hobby com C e Assembly.

Language: C - Size: 301 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 8 - Forks: 0

meixinchoy/Snake-Game-Assembly-Language

This Snake game was written using MASM 32bit x86 8086 assembly language and with the Irvine32 library

Language: Assembly - Size: 538 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 18 - Forks: 3

aoum-m/Online-book-shop

This Online Bookshop System is developed in Assembly Language to simulate a basic e-commerce platform. It allows users to browse books, select items, and calculate total costs. Using low-level programming concepts, it efficiently handles input, output, and transactions, demonstrating how Assembly can be used for interactive applications.

Language: Assembly - Size: 4.88 KB - Last synced at: 21 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

veb-101/Engineering-Practical-Experiments

Collection of Mumbai university Computer Engineering Practicals

Language: Python - Size: 1.46 MB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 4

president-xd/ASM

I will upload my practice codes of assembly language here.

Language: Assembly - Size: 58.6 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

hexagonix/HBoot

Hexagon Boot

Language: Assembly - Size: 237 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

pawan-nirpal-031/PersonalProjects

At the moment I'm writing a 32 bit Kernel.

Language: C++ - Size: 184 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mirohaapalainen/MOSS

32-bit x86 Command Line Operating System

Language: C - Size: 10.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

XaFF-XaFF/Shellcodev

Shellcodev is a tool designed to help and automate the process of shellcode creation.

Language: C++ - Size: 3.84 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 106 - Forks: 30

theluqmn/core-nasm

An assembly library consisting of basic subroutines for 64-bit x86 NASM-compiled assembly projects.

Language: Assembly - Size: 4.88 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

JacYuan1/Malware-Analysis-Project

Analyze different types of malware with the use of static and dynamic analysis techniques.

Size: 2.87 MB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

harismuneer/Stop-Watch_x86-Assembly

⏱️ A fully featured stop watch made in 8086 Assembly Language, having two modes: Split Timing and Lap Timing

Language: Assembly - Size: 389 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 12 - Forks: 8

harismuneer/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: Assembly - Size: 216 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

harismuneer/Bit-Manipulation-and-Subroutines-8086_Assembly

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

Language: Assembly - Size: 213 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 2

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.

Language: Assembly - Size: 1.19 MB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 53 - Forks: 27

joxyle-jhon/Snake-Game-Assembly-x86

This this the final project of our course Computer Architecture Organization during our sophomore year second semester.

Language: Assembly - Size: 10 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

TheRefraction/Neptune

A small operating system made in Assembly and C

Language: C - Size: 148 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

lorenabora/mimicOS

This project is about mimic an OS using for the first case an unidimensional memory and for the second case a bidimensional memory. The scope is to implement the 4 main operations: adding a file( ADD) , extracting a file( where it is saved in the memory)( GET), deleting a file( DELETE) and the memory defragmentation( DEFRAGMENTATION).

Language: Assembly - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

GAsNA/KFS-1

This first (out of 10) project is a very basic kernel with some basic features.

Language: C - Size: 487 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

agarnung/x86-64-assembly-intro

Introductory exercises to assembly language

Language: Assembly - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Dpbm/learning-assembly

Notes and tests that I've done while I learn assembly

Language: Assembly - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Fatemehrshd/Image-Processing-with-Assembly-80x86

Implementing an image processing framework using Assembly 80x86

Language: Jupyter Notebook - Size: 301 KB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

FrancisBFTC/KiddieOS_Development

O KiddieOS é um sistema operacional open-source básico em desenvolvimento pelo curso gratuito D.S.O.S [Desenvolvendo Sistemas Operacionais Simples]. A intenção deste sistema será: Criar, editar ou excluir arquivos, codificar em uma linguagem própria do sistema, criar objetos visuais e automatizados (desenhos) através desta linguagem, utilizar uma interface simples e intuitiva, criar novas interfaces gráficas, como: Janelas, botões, campos, etc... e estimular crianças, jovens e adultos a programar numa linguagem simples dentro do sistema operacional KiddieOS. A intenção do curso D.S.O.S é dá início ao desenvolvimento de sistemas operacionais utilizando a linguagem Assembly e entender a fundo sobre diversos conceitos internos deste tipo de sistema. Aqui neste repositório serão armazenados arquivos de APIs do KiddieOS, a imagem de disco para teste e futuramente - todo o sistema operacional completo. Visite o link abaixo para nos acompanhar no curso do Youtube, se inscreva neste canal para se manter atualizado e siga-me no GitHub. Vejo vocês lá:

Language: Assembly - Size: 273 MB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 48 - Forks: 6

viler-int10h/Fontraption

A tiny but powerful VGA text mode font editor for DOS

Language: Assembly - Size: 343 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 94 - Forks: 5

AzkaSahar/vehicle-management-system

Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

ScriptTiger/TinyWinDL

This is a trivial downloader for Windows which is basically just a wrapper for URLDownloadToFileA. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.

Language: Assembly - Size: 12.7 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

ScriptTiger/fasmgP

Collection of fasmg procedures which can be quickly included with any fasmg project to gain out-of-the box procedures for simple memory management, string manipulations, and more, with minimal abstractions and as few system calls as possible in favor of doing as much as possible internally as efficiently and intuitively as possible.

Language: Assembly - Size: 99.6 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

Fathin-Ishrak-Romeo/CSE341-Project_Digital-food-ordering-system-at-a-restaurant-using-x86-Assembly-Language

Digital food ordering system at a restaurant using x86-Assembly Language (User Interface). This project is a part of my CSE341 (Microprocessor) course.

Language: Assembly - Size: 3.01 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

auntduda/projeto2-sb_20231

Projeto 2 da Disciplina de Software Básico do semestre de 2023.1 - Calculadora em x86 (IA-32)

Language: Assembly - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MiltMont/Nous

A C to x86 Assembly compiler written in Rust.

Language: Rust - Size: 252 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

scottgriv/assembly-welcome

Welcome to my GitHub! (In Assembly and Binary).

Language: Assembly - Size: 385 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

anathonic/assembler-x86-32-ATT

Small programs written in Assembler x86 IA-32 AT&T syntax

Language: Assembly - Size: 18.6 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 31 - Forks: 4

gurrenm3/x86_x64-Assembly-VSCode-Template

This template is designed for creating x86/x64 assembly projects using the MASM assembler in Visual Studio Code. With it you can write, build, and execute your ASM code all within the editor. It also includes support for unparalleled syntax highlighting and debugging with breakpoints.

Language: Assembly - Size: 39.1 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

yousseftawakal/driving-car-asm

A 2D Car Driving Simulation Game built in Assembly language, where player controls a car to avoid obstacles, with two difficulty levels (Easy and Hard).

Language: Assembly - Size: 43 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0