Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snektron/synacor-challenge
https://challenge.synacor.com/
https://github.com/snektron/synacor-challenge
Last synced: 7 days ago
JSON representation
https://challenge.synacor.com/
- Host: GitHub
- URL: https://github.com/snektron/synacor-challenge
- Owner: Snektron
- Created: 2019-02-21T01:06:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T01:09:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T07:47:16.452Z (2 months ago)
- Language: Assembly
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementation of the [Synacor](https://challenge.synacor.com/) challenge
## warning - files contain spoilersTo solve the challenge i implemented the VM and a series of utility programs.
The solution to the first part is found in `part1.txt`, and the solution to
the last part in `part2.txt`. A complete discription of how to reach the end is
found in `debugger-commands.txt`. A disassembled version of the program
at before the 7th code is found in `challenge.s`, which also contains a few
comments.