ARechitsky / BDSM-Mk1

Small virtual machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDSM

BDSM is small and simple virtual machine. It has no practical value. It can be used for learning purposes (code generation for this machine may be interesting).

BDSM-Mk1 has no stack, only 1 register and 256 pages with 256 bytes each.

Repository content

  • Binary Digital Small Machine.pdf - specification in russian
  • source - sources
  • 1.txt - HelloWorld for BDSM
  • 2.txt - factorial calculation, waits for input after run

About

Small virtual machine


Languages

Language:C++ 96.0%Language:C 4.0%