Skip to content

An emulator of x86 assembly with indicators for registers and memories on web browser.

Notifications You must be signed in to change notification settings

nownabe/x86-board

Repository files navigation

Run locally

docker run -p 9292:80 nownabe/x86-emulator-js

Development

Run

bundle exec puma

Bundle

cd public
jspm bundle-sfx src/index bundle.js --minify --skip-source-maps

Build

docker build -t x86-emulator-js .
docker run -p 9292:80 x86-emulator-js

Test to Assemble

curl -s -X POST localhost:9292/assemble -d@server-test.json | jq

About

An emulator of x86 assembly with indicators for registers and memories on web browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •