Skip to content

cgoerner/i4004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel 4004 emulator

An emulator for the Intel 4004, the first commercially produced microprocessor.

Build:

go build ./cmd/i4004
go build ./cmd/i4004-server

Run:

./i4004 examples/memtest.rom
# or
./i4004-server examples/fulltest.rom

Start the web server:

./i4004-server

Install:

go install github.com/cgoerner/i4004/cmd/i4004
i4004 examples/fulltest.rom

# or

go install github.com/cgoerner/i4004/cmd/i4004-server
i4004-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published