Skip to content

dcpu16/dcpu16-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCPU16 software stack written in Go

Contains

  • Emulator
  • Assembler
  • Disassembler

To run the emulator

$ go run dcpu16.go video.go main.go <inputfile.dcpx>

To build the emulator

$ go build dcpu16.go video.go main.go

To run the assembler

$ go run dcpu16.go assembler.go <inputfile.dasm>

To build the assembler

$ go build dcpu16.go assembler.go

To run the disassembler

$ go run dcpu16.go disassembler.go <inputfile.dcpx>

To build the disassembler

$ go run dcpu16.go disassembler.go

About

DCPU16 implementation in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.7%
  • Other 12.3%