Skip to content

JonathanDC64/BytePusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BytePusher

This is an implementation of the BytePusher VM using pure C# for the backend and MonoGame for the front end.

BytePusher Specification

Controls

The keys on the left represent keys on your physical keyboard.

The keys on the right represent keys on the virtual machine.

Each key on the left is respectively mapped to the key of the right.

Ex: The Q key on your keyboard is mapped to the 4 key on the BytePusher VM.

Keyboard=>VM Keyboard
1 2 3 4
Q W E R
A S D F
Z X C V
=>
=>
=>
=>
1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

About

BytePusher Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages