Skip to content

JarekMyjak/i8086

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel 8086 registry simulator

Project for computer systems architecture class

Features

  • Simulates all registers with immediate, register and direct addressing modes
  • Shows contents of memory
  • allows for MOV and SWAP instructions
  • custom HELLO instruction that puts "Hello World" in provided memory adress

Demo

https://jarekmyjak.github.io/i8086/

Try writing "HELLO 0" and click run