assembly-virtual-machine. 📺 x86 ASM Virtual Machine on Deno

github.com/junhoyeo/assembly-virtual-machine

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2020
  • fix: only log when verbose for mov instruction
  • feat: implement mov instruction
  • feat: store from data section
  • chore: create run.sh
  • fix: parse number in props
  • feat: group sections
  • fix: tokenize argument lists
  • fix: use enum for token identifiers
  • fix: tokenize string literals
  • chore: change example code for test.asm
  • feat: create machine
  • feat: implement tokenizer