The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on October 24, 2010, 12:37:53 AM

Title: "Multitool" Text Conversion Tool.
Post by: hutch-- on October 24, 2010, 12:37:53 AM
The attached tool accepts normal ascii/ansi text and will convert it to 3 different DB formats for a MASM initialised data section. It will also accept command line options 1 to 3 to nominate the function required without having to select it from the menu.

It is basically a "reflex" tool designed to start, paste text into, convert, copy then close so it can be started from another program, QE in this instance but it will also open and save files from the normal menu. It has both an embedded manifest file and a version control block so even the shitty end of AV scanners should have no problems with it.

Those who may be eyesight challenged should have no problems with the 64 pixel toolbar.  :P
Title: Re: "Multitool" Text Conversion Tool.
Post by: Antariy on October 24, 2010, 12:40:49 AM
Yes, and unusual hints about ToolBar button at titleĀ  :bg


:thumbu


Alex
Title: Re: "Multitool" Text Conversion Tool.
Post by: jj2007 on October 24, 2010, 01:52:08 AM
Cute :U

  ; Text is 48 bytes excluding the terminating zero

    db 054h,068h,065h,020h,061h,074h,074h,061h,063h,068h,065h,064h,020h,074h,06Fh,06Fh
    db 06Ch,020h,061h,063h,063h,065h,070h,074h,073h,020h,06Eh,06Fh,072h,06Dh,061h,06Ch
    db 020h,061h,073h,063h,069h,069h,02Fh,061h,06Eh,073h,069h,020h,074h,065h,078h,074h
    db 000h
Title: Re: "Multitool" Text Conversion Tool.
Post by: frktons on October 24, 2010, 06:54:01 AM
Good idea to save time declaring variables.
:U