Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

Home Page:http://dman95.github.io/SASM/

Repository from Github https://github.comDman95/SASMRepository from Github https://github.comDman95/SASM

Add address column to variable watches

nirvdrum opened this issue · comments

It'd be really handy if variable watches also included the variable address, particularly when using instruction such as LEA. Currently, to see the address I need to set up a new watch as &<var_name>. While it works, it's a bit tedious having to do it for each watch.