8000 GitHub - chellmuth/cpu-emulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chellmuth/cpu-emulator

Repository files navigation

$ pipenv install # or however you want to install the requirements in the Pipfile

Run the webapp

$ FLASK_APP=webapp.py flask run

View a binary

$ python hexdump.py FILE

Assemble a binary

$ python assembler.py program.txt # writes to out.o

Disassemble a binary

$ python disassembler.py out.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0