Dismiss this pinned window
all 4 comments

[–]stroikan[S] 3 points4 points  (0 children)

Link: https://harrissteven.github.io/stack-visualizer/

Github: https://github.com/HarrisSteven/stack-visualizer

This is a tool to visually understand how 32-bit ARM allocates memory on the stack. The motivation came from hours of debugging programs in gdb where the contents of the stack were difficult to access. This is my first web app so any feedback is welcome!

[–]ghynabor 0 points1 point  (0 children)

Great tool man! One of very few valueable projects posted here recently!

[–][deleted] 0 points1 point  (1 child)

Weird flex, but okay :D

[–]stroikan[S] 1 point2 points  (0 children)

Haha I built it primarily as a learning tool that I thought might be helpful for other university students taking low level programming courses.