NASM - The Netwide Assembler

NASM Forum => Summer of Code Ideas => Topic started by: hhh3h on January 13, 2013, 06:08:03 AM

Title: Stack entry & register simulator tool
Post by: hhh3h on January 13, 2013, 06:08:03 AM
Hello, I have an idea for a NASM learning aid.

It would be a webpage or script or program of some sort (written in any language), where the user would perform the following steps:
Code: [Select]

    int myFunc(int a, int b, float c, float d)


And the tool will output some type of visualization or at least some description of which variables are in which registers, and what the stack will look like.

Such a tool would certainly help me.