This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am trying to fill up memory locations in a stack to measure stack usage. I found a previous question having a similar problem. From it I discovered that the length input is expected as a hexadecimal input without the "0x" prefix. but when I give an input that has an alphabetical character in it (such as "2A8") an error window pops up which says "invalid length". Also, if I give the same input with the "0x" prefix (0x2A8), no error window pops up. The dialog box disappears but nothing actually happens to the memory.