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

GitHub topics: 8086-emulator

davidly/ntvdm

NT Virtual DOS Machine. Not the real one, but this one runs on 64-bit Windows (x64 and ARM64). It also runs on Linux (32 and 64 bit) and MacOS.

Language: C++ - Size: 27.6 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 58 - Forks: 8

MahadMuhammad/Learn-Assembly-The-Hard-Way

A single & unified source of all source codes & helping material in learning the Intel 8088 assembly language using DOSBOX as an emulator

Language: Assembly - Size: 28.6 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 8

jmfeck/microwave-simulator-8086

Microwave simulation project in Assembly 8086, developed in 2016 for a university course, demonstrating low-level programming and virtual hardware control.

Language: Assembly - Size: 1.19 MB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

f1nalspace/8086sim

A UI application that allows to simulate 8086 like programs

Language: C# - Size: 9.15 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

Lichtso/DOS-Emulator

Emulator of the IBM PC running DOS written in Rust

Language: Rust - Size: 754 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 127 - Forks: 10

decrazyo/nes86

x86 emulation on the NES

Language: Assembly - Size: 399 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 209 - Forks: 4

Mati365/ts-c-compiler

⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript

Language: TypeScript - Size: 19.1 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 377 - Forks: 21

anupbhowmik/Assembly-Codes

This repository contains the basic templates for various operations like I/0, Branching, loop and Arrays. This can be a good starting point for practicing Assembly codes.

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

User-RAY/86xAssembly-Calculator

A simple 8086 Assembly Language calculator that supports basic arithmetic and bitwise operations such as addition, subtraction, multiplication, division, AND, OR, and XOR. The program provides a text-based menu and interacts with the user for input/output. Designed to run on the **emu8086** emulator.

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

raspiduino/avr-x86

X86 Emulator running on AVR Arduino. Originally forked from https://github.com/corax89/Arduino_8086_emulator

Language: C++ - Size: 197 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 4

mtimbs/zig-8086-simulator

A basic x86 disassembler + 8086 simulator written in Zig

Language: Zig - Size: 2.8 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

liulalemx/assembly-programs

Collection of Assembly programs written for Intel 8086 microprocessor (TASM).

Language: Assembly - Size: 27.3 KB - Last synced at: 28 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

taher-dev/8086-Assembly-Employee-Management-System

This project is a simple Employee Management application built using 8086 Assembly Language.

Language: Assembly - Size: 9.02 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

furkantosun1607/MicrocontrollerProgrammingLaboratory

This repository contains a collection of assembly language programs developed as part of the Microcontroller Programming course. The programs are written and tested using the EMU8086 microprocessor emulator, showcasing fundamental and advanced concepts of assembly programming.

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

h2337/core86 📦

[WIP] 8086 IBM PC emulator

Language: Rust - Size: 110 KB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 25 - Forks: 0

roerohan/8086.js

A basic web-based 8086 emulator built with Javascript :rocket:

Language: JavaScript - Size: 1.04 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 19 - Forks: 8

ViegPhunt/clemu6808

8086 Assembly Emulator built with Python and Tkinter

Language: Python - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

PialGhosh2233/8086_assembly_project

an ATM machine system simulation using assembly language

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

gladir/RUNIBMPC

Emulateur d'un IBM PC avec microprocesseur 8086 écrit en Pascal (Turbo Pascal ou Free Pascal)

Language: Pascal - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

negarhonarvar/DoodleJump

Doodle jump in 80x86 assembly

Language: Assembly - Size: 521 KB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

Bushra-KB/Busha-TUI-Framework

This repository provides a framework and libraries for developing user interfaces using VGA text mode (80x25) with the 8086 microprocessor, implemented in 8086 assembly language.

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

sourhub226/8086-programs

8086 ASM programs for computer engineers.

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

zzarif/Intel-8086-Android-Emulator

Android IDE to practice, visualize and emulate 16-bit Assembly Language.

Language: Java - Size: 3.77 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

being-amara-khan/8086_Guessing_Game

This repository contains an Assembly Language project developed using the 8086 microprocessor. The project is a guessing game where the user is prompted to guess a number between 1 and 255.

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

DridriLaBastos/E5150

Emulator of an IBM PC 5150 with accurate hardware emulation and clock level accuracy (as close as possible)

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

lilpolymath/emu8086

List of codes I wrote with assembly

Language: Assembly - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

Thraetaona/EXACT

A Bare-Metal Intel 8086 Emulator Written in Raw WebAssembly.

Language: WebAssembly - Size: 246 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 30 - Forks: 3

nokiiaa/i8086

An experimental Intel 8086 emulator

Language: C# - Size: 16.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Ristova123/Zadaca7-8086

Simple 8086 program

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

Ristova123/Zadaca6-8086

Simple 8086 program

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

Ristova123/Zadaca5-8086

Simple 8086 program

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

Ristova123/Zadaca4-8086

Simple 8086 program

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

Ristova123/Zadaca3-8086

Simple 8086 program

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

Ristova123/Zadaca1-8086

Simple 8086 program

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

Ristova123/Zadaca2-8086

Simple 8086 program

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

tamaraatanasova/8086--Zadaca4

Simple 8086 program

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

tamaraatanasova/8086-Zadaca3

Simple 8086 program

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

tamaraatanasova/8086-Zadaca2

Simple 8086 program

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

tamaraatanasova/8086-Zadaca1

Simple 8086 program

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

tamaraatanasova/Show-Real-Time-8086

Running this program using emu8086 will print the execution time in the console window

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

DispatchCode/NaTE

[Codegolf] Just a minimal 8086 emulator

Language: C - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

evamiteva/palindrome-8086

Program for checking if given string is a palindrome

Size: 4.88 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

SaiSatwik2226/Microp_lab

Language: Assembly - Size: 18.8 MB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

Ratul-byte/8086-Microprocessor-Project-CSE341

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

ArtemijRodionov/sim8086

Emulator for basic set of 8086 assembly instructions

Language: Rust - Size: 2.04 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

koutheir/i8086sim 📦

A simulator for the 16 bits microprocessor 8086 of Intel

Language: C++ - Size: 508 KB - Last synced at: about 1 year ago - Pushed at: about 11 years ago - Stars: 5 - Forks: 4

akankshaajoshi/assembly-8086

Collection of basic assembly programming codes using EMU-8086 emulator.

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

NekoSilverFox/Assembly

⚡ 亲手编写实现基于王爽老师《汇编语言》的300个汇编程序例程 | Implementation of 300 assembly program examples based on "Assembly Language"

Language: Assembly - Size: 21.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 210 - Forks: 46

Faris-Abuali/Assembly-Lab-2022

Lectures' exercises and previous exams' questions regarding my "Microprocessors & Assembly Language Lab" university curriculum

Language: Assembly - Size: 838 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

hrttf111/prism

Intel 8086 emulator

Language: Haskell - Size: 599 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Roger3096/Higher-lower-number-x86

This program verify if a number is lower or higher than 5

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

Droyder7/Assembly-Language-Programs

Assignment Programs of Assembly & Machine Language Lab in 8086 Assembly Language

Language: Assembly - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

GeekCSA/Calculates-differences-between-dates

Calculates differences between calendar dates in Assembly 8086

Language: Assembly - Size: 147 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

AstroEngineeer/Polling_System

A simple polling application written in assembly.

Language: Assembly - Size: 187 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

yuan4101/AssemblerOperations

Operations in assembler

Language: Assembly - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lambdacube3d/emulator-stunts

Stunts 4D Driving with 8086 CPU and DOS emulation in Haskell

Language: Haskell - Size: 1.04 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 28 - Forks: 3

jairusmingua/CompilerASM

A simple syntax error detector that runs in Emu8086

Language: Assembly - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

gabrielganzer/ASM-EMU8086

Short subroutines using x86 Assembly language for the 8086 microprocessor. Developed and simulated with Emu8086.

Language: Assembly - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

shakiliitju/Microprocessor-Interfacing-Lab

This Repository is all about the popular Microprocessor Interfacing Lab concepts and their variations, Which can be helpful in Coding Interviews. I have tried to solve Microprocessor interfacing problems with assembly language.

Language: Assembly - Size: 15.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

serkankisacik/Assembly-Emu8086

Assembly Programming examples with Emu8086 Karabük Üniversitesi CME Microprocessor

Language: Assembly - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mahfuzasif/assemblyProjects

This repository is for Assembly Projects

Language: Assembly - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Armando024/Assembly_Language

Algorithmic calendar assemble in Assembly Language 8086,

Language: Assembly - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

meihao1203/Greedy_Snake

X86汇编语言编写的贪吃蛇游戏

Language: Assembly - Size: 1.53 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 41 - Forks: 16

SHREESHMAN/MASMWriter

Python program to Create, View, Edit and Store MASM programs for 8086 by providing most of the basic features as options in a menudriven program

Language: Python - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Hamim30/CSE341-Microprocessor

Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yousefkotp/8086-Assembly-Projects

A list of 8086 assembly projects solutions for Microprocessors course (CC421N) at Faculty of Engineering, Alexandria University.

Language: Assembly - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 8

ojaskavathe/pymu86

Pymu is a Python-based program that enables legacy software written for the Intel 8086 microprocessor to run on modern systems.

Language: Python - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

moesay/Elegant86

A cross-platform 8086/8088 assembler & emulator built to make assembly easier.

Language: C++ - Size: 42.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

Roger3096/Punctuation-8086

This program written in assembler x86 allows to find one or more a punctuation points inside a phrase

Language: Assembly - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

KaziMinhaj/BRACUCSE341_LAB_FINAL

Microprocessor 8086 Lab Final question & solve

Size: 110 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

theProgrammerDavid/8086.java 📦

A portable 8086 emulator written in Java and JavaFX

Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

d-dimos/microprocessors_laboratory_ntua

[ECE NTUA] Microprocessors Laboratory - Exercise Sets & Solutions (2020-2021)

Language: Assembly - Size: 5.69 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 1

AliiMohammadi/TrafficLightsAssembly.

Assembly 8086 Microprocessor . Traffic lights with sensor program. University project

Language: Assembly - Size: 1.95 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Kanishk-K-U/18ECC203J-Portfolio

8086 Microprocessor and 8051 Microcontroller Portfolio

Language: Assembly - Size: 9.15 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

retrohun/8086tiny Fork of adriancable/8086tiny

Official repository for 8086tiny: a tiny PC emulator/virtual machine

Language: Assembly - Size: 1.49 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 2

thesauravkarmakar/EC304-Microprocessors-Lab

This repository contains Microprocessors and Microcontrollers Lab codes of BIT Mesra - ECE - Vth Semester

Language: Assembly - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

StevenBaby/learning-assembly

汇编语言学习的例子

Language: Assembly - Size: 594 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

cristianrubioa/tasm-tbt

Snippets of some .asm codes in DOS emulation environment

Language: Assembly - Size: 3.03 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

solanoam/assembler-submit-engine

An automated emulation engine for 8086 assembler projects

Language: TypeScript - Size: 1.08 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

NunoLima10/Assembly-emu8086-iniciante

Meuss projetos criados em Assembly durante aprendisagem da liguagem

Language: Assembly - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

fardinanam/Assembly-8086-Codes

Practice problems and solutions of the assignments offered in CSE316 course in BUET.

Language: Assembly - Size: 488 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

eldendo/ED8086

A 8086-8088 emulator

Language: Pascal - Size: 143 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

meihao1203/pc-forth

Size: 2.02 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 2

ahmedsakrs/Traffic_Lights_emu8086

Traffic Lights controller using 8086 registers

Language: Assembly - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

FOX21/8086tiny Fork of adriancable/8086tiny

Clone of 8086tiny

Language: Assembly - Size: 1.47 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

aryanblouria/vit-mess-management-system Fork of arohan-mishra/mess-management-system

Academic project for CSE2006 - Microprocessors and Interfacing

Language: Assembly - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

czmahi/Write-assembly-language-code-that-converts-Fahrenheit-F-to-Celsius-C-using-the-following-expre

1. Write assembly language code that converts Fahrenheit (°F) to Celsius (°C) using the following expression a) °C = (°F - 32) x 5/9 The input is taken from the user. And the output is shown in the console. Sample Input: 500 Sample Output: 260

Language: Assembly - Size: 359 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

sleepycatSadia/CSE341-Microprocessors

Language: Assembly - Size: 944 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Subangkar/Binary-Search-8086-assembly

Binary Search Algorithm Implemented in 8086 assembly as an assignment of sessional course CSE 316 BUET

Language: Assembly - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

Shr3yash/emulator_8086

some embedded C progs

Language: Assembly - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

retrohun/pce

Unofficial fork of Hampa Hug's pce-ibmpc emulators - add tape sample rate feature

Language: C - Size: 3.87 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

egemengulpinar/emu8086-Temperature-Control

In this project, It can be controlled the temperature on any room-place using with emulator 8086. (using Assembly Language and Proteus)

Language: Assembly - Size: 288 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Max-Sir/Game_Of_The_Life

Game Of Life 🎰

Language: Assembly - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Tahmeed156/Assembly-Sessional

A curated list of my implementations for assembly offlines in the courses CSE-316 and CSE-310

Language: Assembly - Size: 684 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rashedabir/Assembly-Language

In computer programming, assembly language, sometimes abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code instructions.

Language: Assembly - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

thromel/CSE316-Microcontroller-Microprocessor-and-Embedded-Systems

Programming assignments implemented using Intel 8086 Assembly language done as a part of Microprocessor sessional.

Language: Assembly - Size: 2.49 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

marco-milanesi/Snake-assembly-8086

The "snake" game in 8086 assembly language.

Language: Assembly - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

JanaSabuj/machine-assembly-language-masm

MASM 8086 microprocessor programs

Language: Assembly - Size: 904 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

rc-bandit4461/snake8086

Snake game using 8086 assembly language

Language: Assembly - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

yamin8000/asm-binary-search

Searching for a number in an array with 5 elements using binary search in emu8086 assembly

Language: Assembly - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1