Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.31 KB

js-y86

js-y86 is an assembler and simulator written in Javascript. It supports:

  • All of the original y86 instructions plus cmovX
  • Breakpoints via brk
  • Step-by-step execution
  • Inspect the contents of the registers, flags, and memory after every instruction
  • Manually pause if you get stuck in an infinite loop
  • Syntax highlighting
  • See your (hopefully useful) compile errors as you type

See it in action or read the documentation on the Wiki.

Known forks

js-y86 forks have been spottted at:

Other y86 simulators

License

This project is licensed under the terms of the MIT license.