https://github.com/dtinth/hanoi
Web app visualization of the assembly Tower of Hanoi, for Computer Organization class.
https://github.com/dtinth/hanoi
coffeescript x86-assembly
Last synced: 7 months ago
JSON representation
Web app visualization of the assembly Tower of Hanoi, for Computer Organization class.
- Host: GitHub
- URL: https://github.com/dtinth/hanoi
- Owner: dtinth
- Created: 2013-04-03T04:23:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T06:57:00.000Z (over 12 years ago)
- Last Synced: 2025-01-23T19:48:52.394Z (8 months ago)
- Topics: coffeescript, x86-assembly
- Language: JavaScript
- Homepage: http://dtinth.github.com/hanoi/
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hanoi.
======This is a visualization of an assembly code of the tower of hanoi.
Produced as a learning aid for Computer Organization course.
Go here:
Usage
-----Use left and right arrow keys to go forward and backward in time.
At the left: CODE section.
* %eip points to the instruction that will be run next.
* Last run instruction in __boldface__.At the center: STACK section.
* Position of %ebp and %esp, as well as arguments build shown.
At the right: the REGISTERS, the TOWER OF HANOI and the STDOUT.
Legend:
* Blue text: READ DATA
* Red text: WRITTEN DATA