SkillAgentSearch skills...

Dcpu16

A cycle-accurate implementation of @notch's dcpu-16 in Go

Install / Use

/learn @lilyball/Dcpu16
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DCPU-16

This is a cycle-accurate implementation of the DCPU-16 CPU in Go.

To fetch:

git clone https://github.com/kballard/dcpu16.git

Emulator

The emulator reads big-endian compiled programs and executes them at a set 100KHz. It can be quit by pressing ^C. It supports full color emulation within the limits of the xterm-256 color protocol, as well as the cyclic keyboard buffer. It does not support font mappings (due to the limitations of terminal output).

To build:

go build
View on GitHub
GitHub Stars41
CategoryDevelopment
Updated1y ago
Forks4

Languages

Go

Security Score

75/100

Audited on Sep 27, 2024

No findings