Contents Components
Art of Programming Links Contact me

Tools


Patcher (HEX Editor Utility) 36Kb
A simple HEX editor coded in Win32 API.
List of features:
  • Views any file as a dump of HEX bytes.
  • Allows to view file image by structures. Structures can be described in 'Types.Txt'.
  • Allows bookmarks.
  • Search of text (ANSI and UNICODE).
  • Search of HEX-byte sequences (including wildcards).

Assembly Developer Studio 530Kb
Integrated Development Environment (IDE) to design applications for both Win32 and MS-DOS platforms.
List of features:
  • Based on Multiple Document Interface (MDI) technology.
  • Up to 16 plug-in Wizards for source code generation.
  • Up to 16 custom tools/utilities can be attached.
  • Auto-complete elements include: macros, procedures, structure members, any list of identifiers.
  • Project tree allows easy access to source code elements.
  • Configurable development tools: attach any Assembler, Linker/Librarian, Debugger.
  • Code snippet templates with parameters.
  • Module templates.
  • Importer of #define from "C" language. (Constants only)
  • Configurable toolbar. Make your own set of frequently used buttons.
  • ... and more...
Installation/Help:
  • Unzip downloaded archive preserving sub-folders layout
  • Launch AsmDev.Exe
  • Select Help->Contents... to read about AsmDev
  • There is a small MS-DOS application in "Projects" - some source code and macros.
It is a BETA version, so I appreciate any comments/ideas/bug reports. Go easy on me - the program just came out and I did not perform any extensive testing. It builds/runs/debugs both Win32 and DOS projects as far as I know.

HelpPC Utility by David Jurgens 222Kb
Very helpful for a DOS programmer:
  • List of x86 Assembly instructions
  • 'C'-language reference
  • List of DOS Interrupts
  • DOS Internals: data structires, tables, etc.
  • Hardware I/O ports description

Win32 OOP ASM Source Code Generator 42Kb
Generates Object-Oriented ASM source code for:
  • Base class.
  • Derived class.