SASM icon indicating copy to clipboard operation
SASM copied to clipboard

Debbugger ASCII addon

Open BAT-Vanquisher opened this issue 3 years ago • 1 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!

BAT-Vanquisher avatar Jun 26 '22 07:06 BAT-Vanquisher

welcome to the bottomless pit of spam.

On Sun, Jun 26, 2022 at 3:46 AM BAT-Vanquisher @.***> wrote:

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!

— Reply to this email directly, view it on GitHub https://github.com/Dman95/SASM/issues/191, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSYD7GG2DUUYSICNRNUZJ3VRADGLANCNFSM5Z3Q3IQQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

piper4hire avatar Jun 26 '22 12:06 piper4hire

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

Dman95 avatar Feb 06 '23 11:02 Dman95