New Textpad Macro: Invert

Subject: New Textpad Macro: Invert
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Thu, 16 Sep 2004 09:40:44 +0200
Hi there!

Just did a new Textpad macro called "Invert". It swaps all 0s and 1s in the marked selection.

    .byte %11111111
    .byte %11000100
    .byte %00000100
    .byte %00000000

will be turned into

    .byte %00000000
    .byte %00111011
    .byte %11111011
    .byte %11111111

I also included my older macros "comment" and "uncomment" in case you missed them.

Tried & Tested with Textpad 4.7.2 but it should work with other versions as well.

Just copy them into your Textpad Macro folder (C:\windows\anwendungsdaten\textpad on german machines...) and assign them in the configuration menu.

Greetings,
	Manuel

Attachment: TextPad.zip
Description: Zip archive

Current Thread