Skip to content

tstavropoulos/SynacorVM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynacorVM

https://challenge.synacor.com/

Set up

  • Download project binary and specs from the above website
  • Install Qt 5.X
  • Clone the repository
  • Update the directories in GenerateBuildFiles.cmd in the root directory to reflect your Qt version and install directory.
  • Run GenerateBuildFiles.cmd

Features

  • Output/Input
  • Dissassembly View with current instruction pointer and breakpoints.
  • Memory view supporting the 15-bit address space, 8 registers, stack, and inferred call stack.