Skip to content

tadryanom/8088-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8088 Toolbox

Introduction

Despite being the CPU of origin IBM PC, Intel 8088 can be used in other ways.

The problem is, however, many software tools surround Intel 8088 are DOS software. DOS software is annoying on any modern OS including Linux, Mac OS X and Windows.

This project tries to solve this problem by providing ready-to-use project templates. The project templates use Make as build system. The project templates try to hide the ugliness of DOS from the user, through the use of DOSBox.

Assembler

NASM is an excellent choice. It can generate binary ROM image directly.

TASM (Turbo Assembler, DOS) seems to have more mind share in academic world.

Disassembler

NDISASM should be good enough for our purpose.

Emulator

EMU8086 (Windows) is the best 8086/8088 emulator known so far. Non-Windows OS can run it through Wine.

Linker

TLINK (Turbo Linker, DOS) is currently used, when a linker is needed.

Text Editor

Geany (Linux, Windows), Sublime Text and TextMate (Mac) are excellent choices.

About

Develop for Intel 8088 on modern OS!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published