SkillAgentSearch skills...

Gobaby

Emulation & example programs for the SSEM aka "the Baby" computer

Install / Use

/learn @jcla1/Gobaby
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Manchester Small-Scale Experimental Machine Emulator

Emulator for the SSEM, aka: "the Baby", written in Go.

Installation

You need to have Go installed, then just run:

$ go get github.com/jcla1/gobaby
...
$ go install github.com/jcla1/gobaby

Then you're ready to go!

Running the examples

To run a program, you can either provide it via stdin or as an argument to gobaby:

$ echo examples/factor.asm | gobaby -p=f -l 27
...
$ gobaby -p=f -l 27 examples/factor.asm

If you need any help, look at the usage with: gobaby -help.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated7y ago
Forks0

Languages

Assembly

Security Score

70/100

Audited on Jul 29, 2018

No findings