command
module
Version:
v0.0.0-...-7e99419
Opens a new window with list of versions in this module.
Published: Feb 26, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Intel 8086 Simulator

Simple 8086 simulator for Casey Muratori's Performance Programming course.
Usage
Intel8086Simulator [-v|d] instructions.bin [-o out.asm/data]
Simulates the execution of the instruction stream.
-v Outputs disassembly and the state of the registers after each instruction.
-d Only outputs a disassembly of the instruction stream to the console or to the file specified by the -o flag.
-o saves the final state of memory to the specified file.
Testing
Requires NASM to be installed.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.