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

Debbugger ASCII addon

BAT-Vanquisher opened this issue · comments

Hi, great software!

Would it be possible for the debugger memory window to incorporate an ASCII option in the type selection option please.

e.g.
current options are

    SMART option converts Hello world to Helloworld
    CHAR option converts hello world to 72'H',101'e',108'l',108'l',111'o',32'',119'w',111'o',114'r',108'l',100'd

requested

    ASCII option would convert Hello world to Hello world 

Many thanks

Roland!

Hello. SMART option fixed in version 3.13.0. Thank you!