Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 298 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 298 Bytes

Simple VM for script-driven game boy games

Features:

  • human readable assembler-like scripts
  • rom banks support
  • multi-threading

Notes:

  • threads share same memory
  • context's stack grows ahead

Instead of 100 words: scheme

Game structures overlaying: scheme