An open API service indexing awesome lists of open source software.

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.

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